mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 13:34:28 +02:00
update
This commit is contained in:
parent
d4f87cccd5
commit
6358c318ab
3 changed files with 10 additions and 10 deletions
|
@ -93,7 +93,7 @@ vim.g.pcode_lspghost_text = true
|
|||
-- untuk referesi support language kunjungi link dibawah
|
||||
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
|
||||
vim.g.pcode_mason_ensure_installed = { -- sebelumnya register_lsp
|
||||
"yamlls",
|
||||
-- "yamlls",
|
||||
-- "intelephense",
|
||||
-- "marksman",
|
||||
-- "csharp_ls",
|
||||
|
|
|
@ -32,6 +32,6 @@ for _, server in pairs(servers) do
|
|||
lspconfig[server].setup(opts)
|
||||
end
|
||||
|
||||
lspconfig.yamlls.setup({
|
||||
fletype = { "yaml", "yaml.docker-compose" },
|
||||
})
|
||||
-- lspconfig.yamlls.setup({
|
||||
-- fletype = { "yaml", "yaml.docker-compose" },
|
||||
-- })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue