adjust lsp
This commit is contained in:
+3
-19
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user