chore(config): remove netrw options
chore(config): add list & listchars config
This commit is contained in:
parent
98e35282d4
commit
e2513e37b3
1 changed files with 2 additions and 3 deletions
|
|
@ -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:·"
|
||||
|
|
|
|||
Loading…
Reference in a new issue