From ac8edfb0db52efe65e01f73ef44133a86571ba02 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Fri, 17 Apr 2026 23:34:22 +0200 Subject: More based fixes --- fnl/plugins/neogit.fnl | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'fnl/plugins/neogit.fnl') diff --git a/fnl/plugins/neogit.fnl b/fnl/plugins/neogit.fnl index 143699d..b8ee757 100644 --- a/fnl/plugins/neogit.fnl +++ b/fnl/plugins/neogit.fnl @@ -7,13 +7,12 @@ (local keys [{1 :gm 2 :Neogit :desc :Neogit}]) (λ init [] - (autocmds - [:FileType - {:pattern [:NeogitStatus - :NeogitCommitMessage - :NeogitNotification - :NeogitCommitView] - :command "setlocal spell!"}])) + (autocmds [:FileType + {:pattern [:NeogitStatus + :NeogitCommitMessage + :NeogitNotification + :NeogitCommitView] + :command "setlocal spell!"}])) (local opts {:integrations {:diffview true :telescope true}}) -- cgit v1.2.3-70-g09d2