mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
remove: nvim lsp installer
This commit is contained in:
parent
fc175ae9ad
commit
ef42e8a02c
6 changed files with 33 additions and 22 deletions
|
@ -139,4 +139,13 @@ return {
|
|||
-- })
|
||||
-- end,
|
||||
-- },
|
||||
-- for install lsp tidak support mason
|
||||
-- {
|
||||
-- "williamboman/nvim-lsp-installer",
|
||||
-- event = "BufRead",
|
||||
-- lazy = true,
|
||||
-- config = function()
|
||||
-- require("user.lsp.config")
|
||||
-- end,
|
||||
-- },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue