;; Git ui. (import-macros {: autocmds} :macros) (local dependencies [:nvim-lua/plenary.nvim]) (local keys [{1 :gm 2 :Neogit :desc :Neogit}]) (λ init [] (autocmds [:FileType {:pattern [:NeogitStatus :NeogitCommitMessage :NeogitNotification :NeogitCommitView] :command "setlocal spell!"}])) (local opts {:integrations {:diffview true :telescope true}}) {1 :TimUntersberger/neogit :cmd :Neogit : opts : init : dependencies : keys}