Change layout 2

This commit is contained in:
François
2025-10-29 17:17:36 +01:00
parent 22b8687cd7
commit 66ba8b63ab
9 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- disable netrw at the very start of your init.lua
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- empty setup using defaults
require("nvim-tree").setup()
vim.g.nvim_tree_respect_buf_cwd = 1