diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-07-12 21:46:07 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-07-12 21:46:07 +0200 |
commit | df211fae51faddd7b47b78806660e21f6ec1a694 (patch) | |
tree | 9884c4945a1e60f19c52e4746953f0212b7fc8a7 /fnl/plugins/tools/neogit.fnl | |
parent | 9ccdc18b7926ed5e069e7f305ac5ec304f87a65f (diff) |
Debloat loading of plugins
Diffstat (limited to 'fnl/plugins/tools/neogit.fnl')
-rw-r--r-- | fnl/plugins/tools/neogit.fnl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fnl/plugins/tools/neogit.fnl b/fnl/plugins/tools/neogit.fnl deleted file mode 100644 index e9c6235..0000000 --- a/fnl/plugins/tools/neogit.fnl +++ /dev/null @@ -1,7 +0,0 @@ -;; Git ui. - -{1 :TimUntersberger/neogit - :cmd :Neogit - :config true - :dependencies [:nvim-lua/plenary.nvim] - :keys [{1 :mn 2 :<cmd>Neogit<cr> :desc :Neogit}]} |