feat(nvim): remove scrollbar
This commit is contained in:
parent
27c8879429
commit
854a5f1e17
1 changed files with 0 additions and 14 deletions
|
@ -394,20 +394,6 @@
|
|||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = nvim-scrollbar;
|
||||
config = ''
|
||||
lua <<EOF
|
||||
require 'scrollbar'.setup {
|
||||
show_in_active_only = true,
|
||||
handlers = {
|
||||
search = true,
|
||||
},
|
||||
}
|
||||
EOF
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = nvim-treesitter.withPlugins (plugins:
|
||||
with plugins; [
|
||||
|
|
Loading…
Reference in a new issue