From 9483c99976874348e21d146d34e2368b30b6bece Mon Sep 17 00:00:00 2001 From: Dimitar Ivanov Date: Tue, 26 Sep 2023 14:16:35 +0300 Subject: [PATCH] Adding helm syn lint --- init.lua | 2 ++ 1 file changed, 2 insertions(+) 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.