diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-04-07 01:00:42 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-04-07 01:00:42 +0200 |
commit | e3606e6bb99e0edc0dd6b961ac43a5c2307fb782 (patch) | |
tree | c8aeff2e6b7ae39d31ba3810b475c912f5d3d52f /fnl/plugins/tools | |
parent | 7777c19183c98d4e78e71d72ff782c2c35f770ad (diff) |
Updates
Diffstat (limited to 'fnl/plugins/tools')
-rw-r--r-- | fnl/plugins/tools/neogit.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/plugins/tools/neogit.fnl b/fnl/plugins/tools/neogit.fnl index 9bd3afd..e9c6235 100644 --- a/fnl/plugins/tools/neogit.fnl +++ b/fnl/plugins/tools/neogit.fnl @@ -4,5 +4,4 @@ :cmd :Neogit :config true :dependencies [:nvim-lua/plenary.nvim] - :keys [{1 :mn 2 :<cmd>Neogit<cr> :desc :Neogit}] -} + :keys [{1 :mn 2 :<cmd>Neogit<cr> :desc :Neogit}]} |