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