add file explorer to replace default explorer

This commit is contained in:
2026-05-13 11:23:29 +02:00
parent b5d3dcf1ac
commit d3b7c61afd
6 changed files with 95 additions and 30 deletions

View File

@@ -2,3 +2,8 @@ vim.opt.number = true
vim.opt.cursorline = true
vim.opt.relativenumber = true
vim.opt.shiftwidth = 4
-- disable netrw at the very start
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
vim.opt.splitbelow = true -- Opens horizontal splits below
vim.opt.splitright = true -- Opens vertical splits to the right