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