diff options
-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!"}] |