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