configure nvim-tree with binds + opts
use signature from noice only
add A-L/R arows to go back/forward
This commit is contained in:
sadan 2025-03-19 18:16:03 -04:00
parent 773903923d
commit a713d9a7cf
No known key found for this signature in database
6 changed files with 60 additions and 13 deletions

View file

@ -19,3 +19,6 @@ require"plugins"
require"setup"
require"keymap"
end
_G.dbg = function (obj)
vim.notify(vim.inspect(obj))
end