9 lines
139 B
Lua
9 lines
139 B
Lua
return {
|
|
{
|
|
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
|
|
config = function()
|
|
require("lsp_lines").setup()
|
|
end,
|
|
}
|
|
}
|