Browse Source

🐛 FIX: add wsl-open for nvim-tree

pull/174/head
Xin.Chen 3 years ago
parent
commit
228983f244
  1. 6
      lua/plugin-config/nvim-tree.lua

6
lua/plugin-config/nvim-tree.lua

@ -6,4 +6,10 @@ require'nvim-tree'.setup {
git = { git = {
enable = false enable = false
}, },
-- wsl install -g wsl-open
-- https://github.com/4U6U57/wsl-open/
system_open = {
cmd = 'wsl-open'
}
} }

Loading…
Cancel
Save