From 54a57af7af02de1aa05ade57914a5a3f929ed7bf Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 10 Mar 2023 00:28:06 +0100 Subject: Remove spell check on spectre --- fnl/settings/autocmds.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl') diff --git a/fnl/settings/autocmds.fnl b/fnl/settings/autocmds.fnl index f6b02ea..0fcc4ea 100644 --- a/fnl/settings/autocmds.fnl +++ b/fnl/settings/autocmds.fnl @@ -1,5 +1,4 @@ ;; Autocommands for nvim. - (local autocmds [[:FileType {:pattern [:qf :help :man :lspinfo :spectre_panel] @@ -24,7 +23,8 @@ {:pattern [:NeogitStatus :NeogitCommitMessage :NeogitNotification - :NeogitCommitView] + :NeogitCommitView + :spectre_panel] :command "setlocal spell!"}] [:TermOpen {:pattern ["term://*toggleterm#*"] :command "setlocal spell!"}] -- cgit v1.2.3-70-g09d2