Disable spell in nvim

This commit is contained in:
Johannes Rothe 2025-01-21 21:05:26 +01:00
parent 03be2343da
commit 787b968075

View File

@ -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;
}; };