adjust lsp

This commit is contained in:
2026-07-31 18:13:22 +02:00
parent 7cabf20c2b
commit 3aeb831826
8 changed files with 70 additions and 303 deletions
+3 -19
View File
@@ -64,25 +64,9 @@ local plugins = {
{ "<leader>z", "<cmd>MaximizerToggle<CR>" },
}
},
{
"VonHeikemen/lsp-zero.nvim",
branch = "v3.x",
dependencies = {
{ "williamboman/mason.nvim" },
{ "williamboman/mason-lspconfig.nvim" },
{ "neovim/nvim-lspconfig" },
{ "hrsh7th/nvim-cmp" },
{ "hrsh7th/cmp-nvim-lsp" },
{ "L3MON4D3/LuaSnip" },
}
},
{
"nvim-flutter/flutter-tools.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
},
lazy = true
},
{ "williamboman/mason.nvim" },
{ "hrsh7th/cmp-nvim-lsp" },
{ "hrsh7th/nvim-cmp" },
{
"goolord/alpha-nvim",
lazy = true,