chore(shell): remove nvim plugin
At this point there is a very little I am using of oh-my-zsh. I think it could be worth looking at removing it and build my own git module based on the oh-my-zsh one
This commit is contained in:
parent
9baabb8b1b
commit
86bf86d201
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ COMPLETION_WAITING_DOTS="true"
|
|||
# More plug-ins are loaded in ~/.oh-my-zsh/custom/lib/misc.zsh file so we dint
|
||||
# have to define all of the custom installed plug ins here.
|
||||
#
|
||||
plugins=(git nvim extract)
|
||||
plugins=(git extract)
|
||||
|
||||
#
|
||||
# map ecs to caps lock
|
||||
|
|
|
|||
Loading…
Reference in a new issue