Skip to content

Commit

Permalink
vim 에서 yarn pnp 모드를 지원하기 위해 zip 읽을 수 있어야한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
deptno committed Oct 13, 2023
1 parent e9cb836 commit ed738ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/custom/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ return {
require("custom.configs.lspconfig")
end,
},
{
"lbrayner/vim-rzip",
lazy = false,
},
{
"nvim-telescope/telescope.nvim",
dependencies = {
Expand Down

0 comments on commit ed738ae

Please sign in to comment.