- added Netrw shortcut and settings

This commit is contained in:
Erik Mertens
2025-07-03 10:50:10 +02:00
parent bc0e4a1650
commit 4e6533cf57
5 changed files with 22 additions and 1 deletions

View File

@@ -51,6 +51,12 @@ vim.o.laststatus = 3
vim.o.breakindent = true
vim.o.showbreak = "=>"
-- Netrw settings
vim.g.netrw_keepdir = 0
vim.g.netrw_winsize = 25
vim.g.netrw_banner = 0
vim.g.netrw_localcopydircmd = "cp -r"
-- -- terminal mode
-- if jit.os == "Windows" then
-- vim.o.shell = [[C:\Users\mertens\AppData\Local\Programs\Git\bin\bash.exe]]