Added basic nvim config, replaced vim with nvim
This commit is contained in:
parent
624d12439c
commit
ea2e6747d9
1972 changed files with 126578 additions and 0 deletions
4
dot_oh-my-zsh/plugins/wakeonlan/_wake
Normal file
4
dot_oh-my-zsh/plugins/wakeonlan/_wake
Normal file
|
@ -0,0 +1,4 @@
|
|||
#compdef wake
|
||||
#autoload
|
||||
|
||||
_arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0
|
Reference in a new issue