feat: fixed harpoon not loaded, added treesitter context
This commit is contained in:
parent
3e080f361a
commit
38671092f3
3 changed files with 8 additions and 7 deletions
|
|
@ -2,6 +2,7 @@ return {
|
|||
'ThePrimeagen/harpoon',
|
||||
branch = 'harpoon2',
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
opts = {},
|
||||
config = function()
|
||||
local harpoon = require('harpoon')
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- You can add your own plugins here or in other files in this directory!
|
||||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {}
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter-context',
|
||||
opts = {},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue