Remove yamlls from yaml.gitlab ft in nvim
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
-- https://github.com/neovim/nvim-lspconfig/blob/master/lsp/yamlls.lua
|
-- https://github.com/neovim/nvim-lspconfig/blob/master/lsp/yamlls.lua
|
||||||
return {
|
return {
|
||||||
cmd = { "yaml-language-server", "--stdio" },
|
cmd = { "yaml-language-server", "--stdio" },
|
||||||
filetypes = { "yaml", "yaml.docker-compose", "yaml.gitlab", "yaml.helm-values" },
|
filetypes = {
|
||||||
|
"yaml",
|
||||||
|
"yaml.docker-compose",
|
||||||
|
-- "yaml.gitlab",
|
||||||
|
"yaml.helm-values",
|
||||||
|
},
|
||||||
root_markers = {
|
root_markers = {
|
||||||
".git",
|
".git",
|
||||||
".prettierrc",
|
".prettierrc",
|
||||||
|
|||||||
Reference in New Issue
Block a user