updated netrw config settings

This commit is contained in:
venus
2025-12-21 00:06:22 -06:00
parent d59f34a6f3
commit fac7a710d9
2 changed files with 6 additions and 2 deletions

View File

@@ -35,14 +35,15 @@ vim.g.have_nerd_font = false
-- # STARTUP SCRIPT
vim.cmd ':cd %:h' -- set local directory when opening nvim
-- vim.cmd ("Explore")
--vim.cmd 'Lexplore'
-- netRW settings
-- set netrw style to tree by default
vim.g.netrw_liststyle = 3
vim.g.netrw_banner = 1
vim.g.netrw_altv = 1 -- Create the split of the Netrw window to the left
vim.g.netrw_winsize = 30 -- Set the width of the "drawer"
vim.g.netrw_browse_split = 4 -- Open files in previous window. This emulates the typical "drawer" behaviorkjk
vim.g.netrw_altv = 1 -- Create the split of the Netrw window to the left
--vim.cmd(':Lexplore %:p:h') -- Use this to open the local directory

View File

@@ -0,0 +1,3 @@
return {
'TamaMcGlinn/vim-termhere',
}