From 106b7c02e9397fc817eca6d78df4376870b7e35b Mon Sep 17 00:00:00 2001 From: winston Date: Tue, 23 May 2023 23:56:04 +0200 Subject: [PATCH] feat(nvim): add just plugin --- home/apps/neovim/lua/plugins/lsp.lua | 1 - home/apps/neovim/lua/plugins/tree-sitter.lua | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/apps/neovim/lua/plugins/lsp.lua b/home/apps/neovim/lua/plugins/lsp.lua index 5f9a09c..9069987 100644 --- a/home/apps/neovim/lua/plugins/lsp.lua +++ b/home/apps/neovim/lua/plugins/lsp.lua @@ -38,5 +38,4 @@ return { require("lsp") end, }, - "towolf/vim-helm", } diff --git a/home/apps/neovim/lua/plugins/tree-sitter.lua b/home/apps/neovim/lua/plugins/tree-sitter.lua index cbaecfa..646ba87 100644 --- a/home/apps/neovim/lua/plugins/tree-sitter.lua +++ b/home/apps/neovim/lua/plugins/tree-sitter.lua @@ -55,4 +55,6 @@ return { vim.g.astro_typescript = "enable" end, }, + "towolf/vim-helm", + "NoahTheDuke/vim-just", }