visuals/nvim-scrollbar: add fastaction popups to ignored fts

This commit is contained in:
raf 2025-03-30 05:08:01 +03:00 committed by Venkatesan Ravi
commit 3bf30d35e5
2 changed files with 2 additions and 3 deletions

View file

@ -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})
'';
};