add alternative correction/suggestion nvim options

This commit is contained in:
2021-12-02 17:12:32 -07:00
parent b5c62fabe5
commit 85867342b6
4 changed files with 502 additions and 5 deletions

View File

@@ -108,6 +108,12 @@ export EDITOR="nvim"
nvimc() {
nvim -u ~/.config/nvim/coc_init.vim $1
}
nvimq() {
nvim -u ~/.config/nvim/coq_init.vim $1
}
nvimp() {
nvim -u ~/.config/nvim/cmp_init.vim $1
}
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh