Support 'helm' yaml files
							parent
							
								
									6b350ab1dd
								
							
						
					
					
						commit
						df7d2aca6b
					
				| 
						 | 
					@ -13,6 +13,9 @@ local servers = {
 | 
				
			||||||
  eslint = {},
 | 
					  eslint = {},
 | 
				
			||||||
  emmet_language_server = {},
 | 
					  emmet_language_server = {},
 | 
				
			||||||
  gdscript = {},
 | 
					  gdscript = {},
 | 
				
			||||||
 | 
					  helm_ls = {
 | 
				
			||||||
 | 
					    filetypes = { "yaml", "helm", "yaml.helm-values" },
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  hls = { filetypes = { "haskell", "lhaskell", "cabal" } },
 | 
					  hls = { filetypes = { "haskell", "lhaskell", "cabal" } },
 | 
				
			||||||
  html = {},
 | 
					  html = {},
 | 
				
			||||||
  jsonls = {
 | 
					  jsonls = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -74,6 +74,7 @@ bootstrap_paq({
 | 
				
			||||||
  { 'olimorris/codecompanion.nvim' },
 | 
					  { 'olimorris/codecompanion.nvim' },
 | 
				
			||||||
  { "ravitemer/mcphub.nvim",                       build = "pnpm install -g mcp-hub@latest" },
 | 
					  { "ravitemer/mcphub.nvim",                       build = "pnpm install -g mcp-hub@latest" },
 | 
				
			||||||
  { "zbirenbaum/copilot.lua" },
 | 
					  { "zbirenbaum/copilot.lua" },
 | 
				
			||||||
  { "zbirenbaum/copilot-cmp" }
 | 
					  { "zbirenbaum/copilot-cmp" },
 | 
				
			||||||
 | 
					  { "qvalentin/helm-ls.nvim", ft = "helm" },
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
-- }}}
 | 
					-- }}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue