feat: Follow deprecation notice and remove neodev
This commit is contained in:
parent
2145d09864
commit
40504db0aa
|
@ -1,11 +1,5 @@
|
|||
return {
|
||||
{ import = "plugins/languages" },
|
||||
{
|
||||
"folke/neodev.nvim",
|
||||
opts = {
|
||||
lspconfig = false,
|
||||
},
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = {},
|
||||
|
@ -71,7 +65,6 @@ return {
|
|||
end,
|
||||
["lua_ls"] = function()
|
||||
lspconfig.lua_ls.setup({
|
||||
before_init = require("neodev.lsp").before_init,
|
||||
capabilities = capabilities,
|
||||
settings = {
|
||||
Lua = {
|
||||
|
|
Loading…
Reference in a new issue