feat(nvim): add nvim config

This commit is contained in:
2026-02-17 03:07:04 +01:00
parent 4b18f62c9a
commit ff268625ba
10 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
require('nvim-tree').setup({
view = {
side = "left",
},
hijack_cursor = true,
update_cwd = true,
})