mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
remove: nvim lsp installer
This commit is contained in:
parent
fc175ae9ad
commit
ef42e8a02c
6 changed files with 33 additions and 22 deletions
|
@ -167,15 +167,6 @@ return {
|
|||
require("user.mason_dap")
|
||||
end,
|
||||
},
|
||||
-- for install lsp tidak support mason
|
||||
{
|
||||
"williamboman/nvim-lsp-installer",
|
||||
event = "BufRead",
|
||||
lazy = true,
|
||||
config = function()
|
||||
require("user.lsp.config")
|
||||
end,
|
||||
},
|
||||
-- auto pairs
|
||||
{
|
||||
"windwp/nvim-autopairs",
|
||||
|
@ -363,14 +354,6 @@ return {
|
|||
end
|
||||
end,
|
||||
}, -- mini scrollview
|
||||
{
|
||||
"karb94/neoscroll.nvim",
|
||||
lazy = true,
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
require("user.neoscroll")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"dstein64/nvim-scrollview",
|
||||
lazy = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue