From 787b968075581f8653a822b7163555c9b9fa301a Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Tue, 21 Jan 2025 21:05:26 +0100 Subject: [PATCH] Disable spell in nvim --- home/terminal/nixvim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/terminal/nixvim/default.nix b/home/terminal/nixvim/default.nix index a93bf8e..d15dd8b 100644 --- a/home/terminal/nixvim/default.nix +++ b/home/terminal/nixvim/default.nix @@ -58,7 +58,7 @@ colorcolumn = "88"; cursorline = true; number = true; - spell = true; + spell = false; termguicolors = true; textwidth = 80; };