feat(nvim): add just plugin

This commit is contained in:
winston 2023-05-23 23:56:04 +02:00
parent 0823340bb4
commit 106b7c02e9
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 2 additions and 1 deletions

View file

@ -38,5 +38,4 @@ return {
require("lsp") require("lsp")
end, end,
}, },
"towolf/vim-helm",
} }

View file

@ -55,4 +55,6 @@ return {
vim.g.astro_typescript = "enable" vim.g.astro_typescript = "enable"
end, end,
}, },
"towolf/vim-helm",
"NoahTheDuke/vim-just",
} }