diff --git a/init.lua b/init.lua index b9c7230e..cd16a09f 100644 --- a/init.lua +++ b/init.lua @@ -74,6 +74,8 @@ require('lazy').setup({ -- Detect tabstop and shiftwidth automatically 'tpope/vim-sleuth', + -- Helm syntax + 'towolf/vim-helm', -- NOTE: This is where your plugins related to LSP can be installed. -- The configuration is done below. Search for lspconfig to find it below.