From 2a94573f54c69a9af7536586ab2c03eb88bda5e7 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 5 Jan 2024 01:50:20 +0100 Subject: Refactor --- fnl/plugins/editor/neogit.fnl | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 fnl/plugins/editor/neogit.fnl (limited to 'fnl/plugins/editor/neogit.fnl') diff --git a/fnl/plugins/editor/neogit.fnl b/fnl/plugins/editor/neogit.fnl deleted file mode 100644 index a84c9dd..0000000 --- a/fnl/plugins/editor/neogit.fnl +++ /dev/null @@ -1,20 +0,0 @@ -;; 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!"}]]) - -(fn init [] - (let [cmds (require :util.cmds)] - (cmds.create-auto-cmds auto-cmds))) - -(local opts {:integrations {:diffview true :telescope true}}) - -{1 :TimUntersberger/neogit :cmd :Neogit : opts : init : dependencies : keys} -- cgit v1.2.3-70-g09d2