- added Netrw shortcut and settings
This commit is contained in:
@@ -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]]
|
||||
|
Reference in New Issue
Block a user