diff options
author | Chris <[email protected]> | 2020-04-26 14:17:15 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-26 14:17:15 -0400 |
commit | b98a4a0f6dbf0e4c1340653708dec2b91953e4e0 (patch) | |
tree | 69aebd29b78d63ac58e575261bdb3eaf3ea44350 /coc-settings.json | |
parent | b2cb147f7ac5c110638fcc280174d83aed95908f (diff) |
auto push
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" + } } |