diff --git a/vim/plugin/nvim.vim b/vim/plugin/nvim.vim new file mode 100644 index 0000000..87f1de8 --- /dev/null +++ b/vim/plugin/nvim.vim @@ -0,0 +1,4 @@ +if has("nvim") + command -nargs=1 EOB set fillchars=eob: + EOB \ +end