fixed fyler config
This commit is contained in:
@@ -5,13 +5,17 @@ return {
|
||||
},
|
||||
branch = 'stable',
|
||||
opts = {
|
||||
default_explorer = true,
|
||||
icon_provider = 'nvim_web_devicons',
|
||||
confirm_simple = true,
|
||||
mappings = {
|
||||
['C-d'] = 'SelectVSplit',
|
||||
['C-s'] = 'SelectSplit',
|
||||
views = {
|
||||
default_explorer = true,
|
||||
confirm_simple = true,
|
||||
},
|
||||
integrations = {
|
||||
icon = 'nvim_web_devicons', -- default
|
||||
},
|
||||
-- mappings = {
|
||||
-- ['C-d'] = 'SelectVSplit',
|
||||
-- ['C-s'] = 'SelectSplit',
|
||||
-- },
|
||||
},
|
||||
keys = {
|
||||
{ '-', function() require('fyler').open() end, desc = 'Open Fyler' },
|
||||
|
||||
Reference in New Issue
Block a user