diff options
Diffstat (limited to 'fnl/plugins/tools/neogit.fnl')
-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}]} |