mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-04-03 11:31:52 +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 {
|
config = mkIf cfg.enable {
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = ["nvim-scrollbar"];
|
startPlugins = ["nvim-scrollbar"];
|
||||||
|
pluginRC.nvim-scrollbar = entryAnywhere ''
|
||||||
pluginRC.cursorline = entryAnywhere ''
|
|
||||||
require("scrollbar").setup(${toLuaObject cfg.setupOpts})
|
require("scrollbar").setup(${toLuaObject cfg.setupOpts})
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,7 +13,7 @@ in {
|
||||||
setupOpts = mkPluginSetupOption "scrollbar-nvim" {
|
setupOpts = mkPluginSetupOption "scrollbar-nvim" {
|
||||||
excluded_filetypes = mkOption {
|
excluded_filetypes = mkOption {
|
||||||
type = listOf str;
|
type = listOf str;
|
||||||
default = ["prompt" "TelescopePrompt" "noice" "noice" "NvimTree" "neo-tree" "alpha" "notify" "Navbuddy"];
|
default = ["prompt" "TelescopePrompt" "noice" "NvimTree" "neo-tree" "alpha" "notify" "Navbuddy" "fastaction_popup"];
|
||||||
description = "Filetypes to hide the scrollbar on";
|
description = "Filetypes to hide the scrollbar on";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue