Add NeoVim section to vim configuration

This commit is contained in:
Talia 2020-07-03 13:06:32 +02:00
parent 24d9f18bb4
commit d1437b0b06
1 changed files with 4 additions and 0 deletions

4
vim/plugin/nvim.vim Normal file
View File

@ -0,0 +1,4 @@
if has("nvim")
command -nargs=1 EOB set fillchars=eob:<args>
EOB \
end