diff options
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/coc-settings.json b/coc-settings.json index f7b2799c..8599d4ca 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -9,6 +9,14 @@ [ "UltiSnips", "~/.config/nvim/utils/snips" - ] + ], + // explorer + "explorer.width": 30, + "explorer.icon.enableNerdfont": true, + "explorer.previewAction.onHover": false, + "explorer.keyMappings": { + "<cr>": ["expandable?", "expand", "open"], + "v": "open:vsplit" + } } |