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