update shortcut for nvimtree
This commit is contained in:
parent
87ce55295b
commit
3ddbd43536
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ return {
|
|||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>F", "<cmd>NvimTreeToggle<cr>", desc = "Toggle Filetree" },
|
||||
{ "<leader>F", "<cmd>NvimTreeFindFileToggle<cr>", desc = "Toggle Filetree" },
|
||||
},
|
||||
config = function()
|
||||
require("nvim-tree").setup({
|
||||
view = {
|
||||
width = 42,
|
||||
width = 44,
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue