remove that highlighting thing (it was a pain in the arse)
This commit is contained in:
@ -24,6 +24,5 @@ require("scrollbar").setup({
|
|||||||
handlers = {
|
handlers = {
|
||||||
diagnostic = true,
|
diagnostic = true,
|
||||||
gitsigns = true,
|
gitsigns = true,
|
||||||
search = true,
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -14,9 +14,7 @@ require('lazy').setup{
|
|||||||
|
|
||||||
-- only the most useless plugins (some of these are also ui related)
|
-- only the most useless plugins (some of these are also ui related)
|
||||||
{ 'goolord/alpha-nvim' },
|
{ 'goolord/alpha-nvim' },
|
||||||
{ 'petertriho/nvim-scrollbar',
|
{ 'petertriho/nvim-scrollbar' },
|
||||||
dependencies = { 'kevinhwang91/nvim-hlslens' },
|
|
||||||
},
|
|
||||||
{ 'alec-gibson/nvim-tetris' },
|
{ 'alec-gibson/nvim-tetris' },
|
||||||
{ 'kwakzalver/duckytype.nvim', config = true }, -- like monkey type
|
{ 'kwakzalver/duckytype.nvim', config = true }, -- like monkey type
|
||||||
{ 'melkster/modicator.nvim' },
|
{ 'melkster/modicator.nvim' },
|
||||||
|
Reference in New Issue
Block a user