Add NeoVim section to vim configuration
This commit is contained in:
parent
24d9f18bb4
commit
d1437b0b06
1 changed files with 4 additions and 0 deletions
4
vim/plugin/nvim.vim
Normal file
4
vim/plugin/nvim.vim
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
if has("nvim")
|
||||||
|
command -nargs=1 EOB set fillchars=eob:<args>
|
||||||
|
EOB \
|
||||||
|
end
|
Loading…
Reference in a new issue