From ae2d8b586d2781e88e6ca6c78e3494ba6b03992f Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 16 Oct 2022 14:13:11 +0200 Subject: Update autocmd spell, remove legacy stuff in minibar --- fnl/config/autocmd.fnl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'fnl/config/autocmd.fnl') diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl index 9bd59cc..dfdf789 100644 --- a/fnl/config/autocmd.fnl +++ b/fnl/config/autocmd.fnl @@ -21,6 +21,14 @@ (create-autocmd :FileType {:pattern [:gitcommit :markdown] :command "setlocal wrap"}) +(create-autocmd :FileType + {:pattern [:NeogitStatus + :NeogitCommitMessage + :NeogitNotification + :NeogitCommitView + :toggleterm] + :command "setlocal spell!"}) + (create-autocmd :VimResized {:command "tabdo wincmd ="}) (create-autocmd :BufWritePost -- cgit v1.2.3-70-g09d2