Add lvim config and nvim

This commit is contained in:
Smirnov-O 2021-09-11 15:59:44 +03:00
parent 0b1ace53f2
commit d1af9278c5
19 changed files with 303 additions and 26 deletions

5
zshrc
View file

@ -17,6 +17,11 @@ source "$HOME/.oh-my-zsh/oh-my-zsh.sh"
## FNM
eval $(fnm env)
## Functions
dotnet() {
$HOME/dotnet/dotnet "$@"
}
## Aliases
alias cls="clear" cp="cp -r" mkdir="mkdir -p" open="open_command" lg="lazygit"
alias lv="lvim" vim="lvim"