kickstart.nvim/lua/custom/plugins/lsp-lines.lua

7 lines
123 B
Lua

return {
'https://git.sr.ht/~whynothugo/lsp_lines.nvim',
config = function()
require('lsp_lines').setup()
end,
}