weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

Prevent coc-explorer from resizing vplits when it opens #446

Closed vzytoi closed 2 years ago

vzytoi commented 3 years ago

When i'm opening coc-explorer, my splits are resized like = How can i prevent this from appening? Here is my current coc-explorer configuration in coc-settings.json

{
"explorer.width": 35,
    "explorer.icon.enableNerdfont": true,
    "explorer.position": "right",
    "explorer.file.showHiddenFiles": true,
    "explorer.previewAction.onHover": false,
    "explorer.keyMappings.global": {
        "dd": "delete",
        "?": "help",
        "R": "refresh",
        "yy": "copyFile",
        "X": "cutFile",
        "P": "pasteFile",
        "mf": "addFile",
        "md": "addDirectory",
        "r": "rename",
        "gb": "gotoSource:buffer",
        "gf": "gotoSource:file",
        "v": "open:vsplit",
        ".": "toggleHidden",
        "f": "search",
        "t": "open:tab",
        "<esc>": "esc",
        "q": "quit",
        "e": "open",
        "pc": "preview:content",
        "pl": "preview:labeling"
    }
}
vzytoi commented 2 years ago

i'm closing this issue.