diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-03-10 00:28:06 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-03-10 00:28:06 +0100 |
commit | 54a57af7af02de1aa05ade57914a5a3f929ed7bf (patch) | |
tree | 1c647b001d9754a73c952a570bf332f073dc4b23 /fnl/settings | |
parent | e358fdc386a46caeb7e8ad43c36346f697bb7143 (diff) |
Remove spell check on spectre
Diffstat (limited to 'fnl/settings')
-rw-r--r-- | fnl/settings/autocmds.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
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!"}] |