mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
modules/dependencies: add ctags
This commit is contained in:
parent
cfb56d1ed3
commit
07c767cd2f
3 changed files with 14 additions and 14 deletions
|
@ -53,9 +53,8 @@
|
|||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.tagbar = {
|
||||
enable = true;
|
||||
tagsPackage = null;
|
||||
};
|
||||
plugins.tagbar.enable = true;
|
||||
|
||||
dependencies.ctags.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue