neovim-dots/lua/plugins/lsp.lua

11 lines
173 B
Lua
Raw Permalink Normal View History

2024-05-19 01:52:12 -07:00
return {
{
"neovim/nvim-lspconfig",
opts = function(_, values)
table.insert(values.diagnostics, {
update_in_insert = false,
})
end,
},
}