added lsp_lines
This commit is contained in:
13
lua/plugins/lsp_lines.lua
Normal file
13
lua/plugins/lsp_lines.lua
Normal file
@ -0,0 +1,13 @@
|
||||
return {
|
||||
'https://git.sr.ht/~whynothugo/lsp_lines.nvim',
|
||||
config = true,
|
||||
keys = {
|
||||
{
|
||||
'<space>l',
|
||||
function()
|
||||
require('lsp_lines').toggle()
|
||||
end,
|
||||
desc = 'Toggle lsp_lines',
|
||||
}
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user