add(nvim): nvim-tree

This commit is contained in:
Léana 江 2023-02-23 12:38:25 +01:00
parent 33e40a7b9c
commit 46f592fc3d
3 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
-- nvim-tree settings
require("nvim-tree").setup()
vim.keymap.set("n", "<leader><space>", function() require('nvim-tree.api').tree.toggle() end)