feat(lsp): Add neodev to help authoring my neovim config

This commit is contained in:
kalmenn 2024-02-29 19:06:28 +01:00
parent 570e79b076
commit 572d406e9e
Signed by: kalmenn
GPG key ID: F500055C44BC3834
2 changed files with 9 additions and 1 deletions

View file

@ -14,6 +14,12 @@ end
return {
{ import = "plugins/languages" },
{
"folke/neodev.nvim",
opts = {
lspconfig = false,
},
},
{
"williamboman/mason.nvim",
opts = {},
@ -80,6 +86,7 @@ return {
end,
["lua_ls"] = function()
lspconfig.lua_ls.setup({
before_init = require("neodev.lsp").before_init,
capabilities = capabilities,
settings = {
Lua = {