switch neotree for oil
This commit is contained in:
parent
c49aaeb82a
commit
afd642e367
5 changed files with 36 additions and 24 deletions
|
|
@ -1,12 +0,0 @@
|
|||
local neotree = require("neo-tree")
|
||||
|
||||
neotree.setup({
|
||||
buffers = {
|
||||
follow_current_file = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
window = {
|
||||
position = "right",
|
||||
},
|
||||
})
|
||||
8
lua/plugin/oil.lua
Normal file
8
lua/plugin/oil.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
require("oil").setup {
|
||||
view_options = {
|
||||
-- Show files and directories that start with "."
|
||||
show_hidden = true,
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue