feat(lsp): reimplement automatic installation of language servers
This commit is contained in:
+14
-10
@@ -8,6 +8,20 @@ local plugins = {
|
||||
name = "moonfly",
|
||||
config = require("plugins.moonfly"),
|
||||
},
|
||||
--[[ {
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 100,
|
||||
lazy = false,
|
||||
config = require("plugins.catppuccin"),
|
||||
}, ]]
|
||||
--[[ {
|
||||
"navarasu/onedark.nvim",
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
-- name = "moonfly",
|
||||
config = require("plugins.onedark"),
|
||||
}, ]]
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
priority = 900,
|
||||
@@ -60,12 +74,6 @@ local plugins = {
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
},
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
config = require("plugins.mason_lspconfig"),
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
config = require("lsp").setup,
|
||||
@@ -156,10 +164,6 @@ local plugins = {
|
||||
lazy = true,
|
||||
event = "VimEnter",
|
||||
},
|
||||
{
|
||||
"RubixDev/mason-update-all",
|
||||
config = require("plugins.mason_update_all"),
|
||||
},
|
||||
{
|
||||
"famiu/bufdelete.nvim",
|
||||
config = require("plugins.bufdelete"),
|
||||
|
||||
Reference in New Issue
Block a user