Skip to content
Snippets Groups Projects
Commit 6742fc08 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Don't spellcheck while in write mode, rely on CoC

parent 46374cfb
No related branches found
No related tags found
No related merge requests found
......@@ -1279,7 +1279,7 @@ let g:VM_maps['Find Subword Under'] = '<C-å>' " replace visual C-n
let w:ProseModeOn = 0
function EnableProseMode()
setlocal spell spelllang=sv,en
"setlocal spell spelllang=sv,en
"Goyo 66
Goyo 102
SoftPencil
......@@ -1289,7 +1289,7 @@ endfu
function DisableProseMode()
Goyo!
NoPencil
setlocal nospell
"setlocal nospell
echo "Prose Mode Off"
endfu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment