zenyu
zenyu
https://github.com/nvim-lualine/lualine.nvim/blob/master/lua/lualine/extensions/nvim-tree.lua the nvim-tree extension basically sets `cwd` on lualine. if i use `nvim-tree.core.init` (https://github.com/kyazdani42/nvim-tree.lua/blob/master/lua/nvim-tree/core.lua#L11) to open nvim-tree, e.g. by `:NvimTreeOpen `, cwd is untouched. so the location of nvim-tree and...
Hello, found a few bugs in handling zip archive for windows platform: https://github.com/vercel/install-node/blob/066fc811ab18d21f3d851c4b0ec171bf6320c020/install.sh#L260-L265 `EXT` is set to "zip" for win, but not used in `URL` https://github.com/vercel/install-node/blob/066fc811ab18d21f3d851c4b0ec171bf6320c020/install.sh#L272-L274 `unzip` rather than `tar`...