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