Added harpoon, telescope, undotree
This commit is contained in:
8
lua/plugins/lsp_lines.lua
Normal file
8
lua/plugins/lsp_lines.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
|
||||
config = function()
|
||||
require("lsp_lines").setup()
|
||||
end,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user