mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): nvim-tree
This commit is contained in:
parent
33e40a7b9c
commit
46f592fc3d
3 changed files with 5 additions and 0 deletions
3
.config/nvim/lua/nvim-tree-cfg/init.lua
Normal file
3
.config/nvim/lua/nvim-tree-cfg/init.lua
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue