Added harpoon, telescope, undotree
This commit is contained in:
6
lua/plugins/harpoon.lua
Normal file
6
lua/plugins/harpoon.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
{
|
||||
"theprimeagen/harpoon",
|
||||
}
|
||||
}
|
||||
|
||||
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,
|
||||
}
|
||||
}
|
||||
5
lua/plugins/telescope.lua
Normal file
5
lua/plugins/telescope.lua
Normal 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
5
lua/plugins/undotree.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
{
|
||||
"mbbill/undotree"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user