feat: fixed harpoon not loaded, added treesitter context

This commit is contained in:
s-prechtl 2024-04-10 18:54:28 +02:00
parent 3e080f361a
commit 38671092f3
3 changed files with 8 additions and 7 deletions

View file

@ -140,7 +140,7 @@ require('lazy').setup {
-- require('Comment').setup({})
-- "gc" to comment visual regions/lines
{ 'numToStr/Comment.nvim', opts = {} },
{ 'numToStr/Comment.nvim', opts = {} },
-- Here is a more advanced example where we pass configuration
-- options to `gitsigns.nvim`. This is equivalent to the following lua:
@ -570,7 +570,7 @@ require('lazy').setup {
--
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`
'ellisonleao/gruvbox.nvim',
lazy = false, -- make sure we load this during startup if it is your main colorscheme
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
-- Load the colorscheme here