mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 11:18:53 +02:00
update
This commit is contained in:
parent
c20896f0a4
commit
cc5c9ed8d0
3 changed files with 21 additions and 3 deletions
10
lua/custom/lsp_installer.lua
Normal file
10
lua/custom/lsp_installer.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
-- ini hanya untuk lsp yg tidak support masson
|
||||
-- untuk referesi support language kunjungi link dibawah
|
||||
-- https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md
|
||||
local m = {
|
||||
lspinstall = {
|
||||
"yamlls",
|
||||
-- tambahkan di bawah sini setelah melakukan :masoninstall
|
||||
},
|
||||
}
|
||||
return m
|
Loading…
Add table
Add a link
Reference in a new issue