fixed #6
This commit is contained in:
@@ -1,20 +1,20 @@
|
|||||||
local function oil()
|
local function oil()
|
||||||
require("oil").open()
|
require("oil").open()
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'stevearc/oil.nvim',
|
'stevearc/oil.nvim',
|
||||||
opts = {
|
opts = {
|
||||||
view_options = {
|
view_options = {
|
||||||
show_hidden = true
|
show_hidden = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
lazy = false,
|
lazy = false,
|
||||||
cmd = 'Oil',
|
cmd = 'Oil',
|
||||||
keys = {
|
keys = {
|
||||||
{"<leader>ft", oil, ""}
|
{ "-", oil, "" }
|
||||||
},
|
},
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'kyazdani42/nvim-web-devicons',
|
'kyazdani42/nvim-web-devicons',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user