add file explorer to replace default explorer
This commit is contained in:
parent
b5d3dcf1ac
commit
d3b7c61afd
6 changed files with 95 additions and 30 deletions
|
|
@ -2,3 +2,8 @@ vim.opt.number = true
|
|||
vim.opt.cursorline = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.shiftwidth = 4
|
||||
-- disable netrw at the very start
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
vim.opt.splitbelow = true -- Opens horizontal splits below
|
||||
vim.opt.splitright = true -- Opens vertical splits to the right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue