summaryrefslogtreecommitdiff
path: root/.config/new_neovim/general/functions.vim
diff options
context:
space:
mode:
Diffstat (limited to '.config/new_neovim/general/functions.vim')
-rw-r--r--.config/new_neovim/general/functions.vim9
1 files changed, 0 insertions, 9 deletions
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