nvim: remove neodev

source:
e7a6b54324/item/nvim/after/ftplugin/lua.lua (L44)
This commit is contained in:
Léana 江 2024-04-30 13:45:51 +02:00 committed by Léana 江
parent f4db2deb64
commit d0fe0f75e0
3 changed files with 9 additions and 4 deletions

View file

@ -55,6 +55,14 @@ local servers = {
vim.cmd(":e")
end, { buffer = bufno })
end,
settings = {
Lua = {
workspace = {
checkThirdParty = "Disable",
library = { vim.env.VIMRUNTIME },
},
},
},
},
nil_ls = { -- Nix
@ -138,7 +146,6 @@ capabilities = require("cmp_nvim_lsp").default_capabilities(capabilities)
-- Init --
----------
require("fidget").setup()
require("neodev").setup()
-- Folding
capabilities.textDocument.foldingRange = {