diff options
Diffstat (limited to 'home-manager/stvnliu/nixvim/tagbar.nix')
-rw-r--r-- | home-manager/stvnliu/nixvim/tagbar.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-manager/stvnliu/nixvim/tagbar.nix b/home-manager/stvnliu/nixvim/tagbar.nix index e011bf7..2c7c1b0 100644 --- a/home-manager/stvnliu/nixvim/tagbar.nix +++ b/home-manager/stvnliu/nixvim/tagbar.nix @@ -1,9 +1,10 @@ { pkgs, ... }: { + + dependencies.ctags.package = pkgs.universal-ctags; plugins.tagbar = { enable = true; - tagsPackage = pkgs.universal-ctags; settings = { autoclose = false; autofocus = false; |