Disable spell in nvim
This commit is contained in:
parent
03be2343da
commit
787b968075
@ -58,7 +58,7 @@
|
||||
colorcolumn = "88";
|
||||
cursorline = true;
|
||||
number = true;
|
||||
spell = true;
|
||||
spell = false;
|
||||
termguicolors = true;
|
||||
textwidth = 80;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user