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