remove that highlighting thing (it was a pain in the arse)
This commit is contained in:
parent
7bea66f327
commit
e809dd7f6f
2 changed files with 1 additions and 4 deletions
|
|
@ -24,6 +24,5 @@ require("scrollbar").setup({
|
|||
handlers = {
|
||||
diagnostic = true,
|
||||
gitsigns = true,
|
||||
search = true,
|
||||
}
|
||||
})
|
||||
|
|
|
|||
|
|
@ -14,9 +14,7 @@ require('lazy').setup{
|
|||
|
||||
-- only the most useless plugins (some of these are also ui related)
|
||||
{ 'goolord/alpha-nvim' },
|
||||
{ 'petertriho/nvim-scrollbar',
|
||||
dependencies = { 'kevinhwang91/nvim-hlslens' },
|
||||
},
|
||||
{ 'petertriho/nvim-scrollbar' },
|
||||
{ 'alec-gibson/nvim-tetris' },
|
||||
{ 'kwakzalver/duckytype.nvim', config = true }, -- like monkey type
|
||||
{ 'melkster/modicator.nvim' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue