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

6
lua/plugins/harpoon.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
{
"theprimeagen/harpoon",
}
}

View File

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

View File

@@ -0,0 +1,5 @@
return {
'nvim-telescope/telescope.nvim', tag = '0.1.8',
-- or , branch = '0.1.x',
dependencies = { 'nvim-lua/plenary.nvim' }
}

5
lua/plugins/undotree.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
{
"mbbill/undotree"
}
}