mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
Cleaned up the keymaps such that the keymaps are where the plugins are. This is for easy sharing of configurations
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
keys = {
|
||||
{ "<leader>e", function()
|
||||
require("nvim-tree.api").tree.toggle({ find_file = true, update_root = true, focus = true, })
|
||||
end
|
||||
}
|
||||
},
|
||||
opts = {
|
||||
sort_by = "case_sensitive",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user