Adding helm syn lint

This commit is contained in:
Dimitar Ivanov 2023-09-26 14:16:35 +03:00 committed by Dimitar Ivanov
parent 53abfac5a0
commit 9483c99976
1 changed files with 2 additions and 0 deletions

View File

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