
the new lazyvim update was huge, especially because none-ls was moved to extras, so conform and lint would be the default formatter-linting
9 lines
169 B
Lua
9 lines
169 B
Lua
return {
|
|
{
|
|
"VidocqH/lsp-lens.nvim",
|
|
event = "BufReadPost",
|
|
config = function()
|
|
require("lsp-lens").setup()
|
|
end,
|
|
},
|
|
}
|