nvim/lua/plugins/lsp_lines.lua

15 lines
245 B
Lua

return {
'https://git.sr.ht/~whynothugo/lsp_lines.nvim',
config = true,
keys = {
{
'<space>l',
function()
require('lsp_lines').toggle()
end,
desc = 'Toggle lsp_lines',
}
},
event = 'LspAttach'
}