Add NeoVim section to vim configuration

This commit is contained in:
Talia 2020-07-03 13:06:32 +02:00
parent 24d9f18bb4
commit d1437b0b06

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