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",
|
"nvim-tree/nvim-web-devicons",
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>F", "<cmd>NvimTreeToggle<cr>", desc = "Toggle Filetree" },
|
{ "<leader>F", "<cmd>NvimTreeFindFileToggle<cr>", desc = "Toggle Filetree" },
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
require("nvim-tree").setup({
|
require("nvim-tree").setup({
|
||||||
view = {
|
view = {
|
||||||
width = 42,
|
width = 44,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue