aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-02-26 10:21:09 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:28 +0100
commit7b108bd03a315e248e665a00deff84b8cf713278 (patch)
tree67d4fea4c06829a9c44b58c10e539c043b4c6040
parent68c2dd612b8d4ec6a73230e3af1333debf56c220 (diff)
downloaddotnvim-7b108bd03a315e248e665a00deff84b8cf713278.tar.gz
dotnvim-7b108bd03a315e248e665a00deff84b8cf713278.zip
Disable spellcheck
-rw-r--r--vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vimrc b/vimrc
index 2fdb6ac..3e16011 100644
--- a/vimrc
+++ b/vimrc
@@ -41,11 +41,6 @@ set statusline +=%=%-10L
" Line, column and percentage
set statusline +=%=%-14.(%l,%c%V%)\ %P
-" spellcheck please!
-setlocal spell spelllang=en_gb
-hi clear SpellBad
-hi SpellBad term=standout ctermfg=1 cterm=bold gui=undercurl guisp=Red
-
" extra C
autocmd FileType c setl ts=4