mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +02:00
update lsp register
This commit is contained in:
parent
260b9aaa4b
commit
e9febd9f56
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
-- untuk referesi support language kunjungi link dibawah
|
||||
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
|
||||
local M = {
|
||||
"bashls",
|
||||
"yamlls",
|
||||
|
@ -8,5 +10,6 @@ local M = {
|
|||
"clangd",
|
||||
"dartls",
|
||||
"kotlin_language_server",
|
||||
-- tambahkan di bawah sini setelah melakukan :MasonInstall
|
||||
}
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue