Adding helm syn lint
This commit is contained in:
parent
53abfac5a0
commit
9483c99976
2
init.lua
2
init.lua
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue