feat: add scrollbar

This commit is contained in:
Radu C. Martin 2025-03-10 16:15:00 +01:00
parent 687d0f51dd
commit baaf3b17a5
2 changed files with 21 additions and 8 deletions

View file

@ -44,6 +44,16 @@ require('lazy').setup({
-- Highlight todo, notes, etc in comments
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
{ 'wakatime/vim-wakatime', lazy = false },
{
'petertriho/nvim-scrollbar',
config = function()
require('scrollbar').setup()
end,
dependencies = {
'lewis6991/gitsigns.nvim',
'kevinhwang91/nvim-hlslens',
},
},
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
-- init.lua. If you want these files, they are in the repository, so you can just download them and
-- place them in the correct locations.