nvim remove neodev (EOL)
This commit is contained in:
@@ -663,7 +663,6 @@ require("lazy").setup({
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
"williamboman/mason-lspconfig.nvim",
|
"williamboman/mason-lspconfig.nvim",
|
||||||
"folke/neodev.nvim",
|
|
||||||
"kevinhwang91/nvim-ufo",
|
"kevinhwang91/nvim-ufo",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
@@ -746,7 +745,6 @@ require("lazy").setup({
|
|||||||
schemas = { kubernetes = "globPattern" },
|
schemas = { kubernetes = "globPattern" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
require("neodev").setup()
|
|
||||||
|
|
||||||
local capabilities = vim.lsp.protocol.make_client_capabilities()
|
local capabilities = vim.lsp.protocol.make_client_capabilities()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user