From 0d16d52492938dd92591b1278a73d50ef388c633 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Wed, 9 Sep 2020 14:53:26 +0100 Subject: update/modularised nvim config files --- .config/new_neovim/general/functions.vim | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .config/new_neovim/general/functions.vim (limited to '.config/new_neovim/general/functions.vim') diff --git a/.config/new_neovim/general/functions.vim b/.config/new_neovim/general/functions.vim deleted file mode 100644 index 58db6b1..0000000 --- a/.config/new_neovim/general/functions.vim +++ /dev/null @@ -1,9 +0,0 @@ -" Turn spellcheck on for markdown files -augroup auto_spellcheck - autocmd BufNewFile,BufRead *.md setlocal spell -augroup END - -" Remove trailing whitespaces automatically before save -" augroup strip_ws -" autocmd BufWritePre * call utils#stripTrailingWhitespaces() -" augroup END -- cgit v1.2.3