1
0

Added harpoon, telescope, undotree

This commit is contained in:
2025-03-18 22:34:05 +00:00
parent 5539f2b00a
commit da120c6054
5 changed files with 49 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
return {
{
"https://git.sr.ht/~whynothugo/lsp_lines.nvim",
config = function()
require("lsp_lines").setup()
end,
}
}