mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-25 22:58:36 +02:00
WIP!
This commit is contained in:
parent
d350db2449
commit
304f4a6564
4 changed files with 58 additions and 22 deletions
3
lua/custom/plugins/harpoon.lua
Normal file
3
lua/custom/plugins/harpoon.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
{ 'thePrimeagen/harpoon' },
|
||||
}
|
|
@ -2,4 +2,6 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {}
|
||||
return {
|
||||
{ 'thePrimeagen/vim-be-good' },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue