mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-19 12:09:48 +01:00
feat: disable scrollbar on code action menus and notifications
This commit is contained in:
parent
ed251d05fa
commit
3362e6cf36
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ in {
|
||||||
'noice',
|
'noice',
|
||||||
'NvimTree',
|
'NvimTree',
|
||||||
'alpha',
|
'alpha',
|
||||||
'code-action-menu-menu'
|
'code-action-menu-menu',
|
||||||
|
'code-action-menu-warning-message',
|
||||||
|
'notify'
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue