feat(lsp): Add neodev to help authoring my neovim config
This commit is contained in:
parent
570e79b076
commit
572d406e9e
2 changed files with 9 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue