mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 10:51:36 +00:00
visuals/nvim-scrollbar: add fastaction popups to ignored fts
This commit is contained in:
parent
701dd911eb
commit
722014ca3f
2 changed files with 2 additions and 3 deletions
|
@ -12,8 +12,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
vim = {
|
||||
startPlugins = ["nvim-scrollbar"];
|
||||
|
||||
pluginRC.cursorline = entryAnywhere ''
|
||||
pluginRC.nvim-scrollbar = entryAnywhere ''
|
||||
require("scrollbar").setup(${toLuaObject cfg.setupOpts})
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue