chore(config): remove netrw options

chore(config): add list & listchars config
This commit is contained in:
Simon Lasbrugnas 2024-04-19 03:18:28 +02:00
parent 98e35282d4
commit e2513e37b3
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -24,6 +24,5 @@ vim.opt.sidescrolloff = 16
vim.opt.updatetime = 100
vim.g.netrw_browse_split = 0
vim.g.netrw_banner = 0
vim.g.netrw_winsize = 25
vim.opt.list = false
vim.opt.listchars = "tab:» ,extends:,precedes:,nbsp:·,trail:·"