From d1437b0b069996b69f665e10b5f3489807950990 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Fri, 3 Jul 2020 13:06:32 +0200 Subject: [PATCH] Add NeoVim section to vim configuration --- vim/plugin/nvim.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/plugin/nvim.vim 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