Replace oil with fyler
This commit is contained in:
19
lua/plugins/fyler.lua
Normal file
19
lua/plugins/fyler.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
return {
|
||||
'A7Lavinraj/fyler.nvim',
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
branch = 'stable',
|
||||
opts = {
|
||||
default_explorer = true,
|
||||
icon_provider = 'nvim_web_devicons',
|
||||
mappings = {
|
||||
['C-d'] = 'SelectVSplit',
|
||||
['C-s'] = 'SelectSplit',
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
{ '-', function() require('fyler').open() end, desc = 'Open Fyler' },
|
||||
},
|
||||
cmd = { 'Fyler' },
|
||||
}
|
||||
Reference in New Issue
Block a user