mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 09:36:10 +02:00
modules/dependencies: add manix
This commit is contained in:
parent
b4b81587f3
commit
961a96b537
3 changed files with 22 additions and 15 deletions
|
@ -40,14 +40,15 @@
|
|||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.telescope = {
|
||||
enable = true;
|
||||
|
||||
extensions.manix = {
|
||||
plugins = {
|
||||
telescope = {
|
||||
enable = true;
|
||||
manixPackage = null;
|
||||
|
||||
extensions.manix.enable = true;
|
||||
};
|
||||
web-devicons.enable = false;
|
||||
};
|
||||
plugins.web-devicons.enable = false;
|
||||
|
||||
dependencies.manix.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue