mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-20 18:54:52 +02:00
plugins/telescope: add iconsPackage
This commit is contained in:
parent
bcda408e78
commit
56208f9e3f
2 changed files with 20 additions and 1 deletions
|
@ -30,4 +30,11 @@
|
|||
assert(vim.api.nvim_get_runtime_file("data/memes/planets/earth", false)[1], "telescope planets aren't found in runtime")
|
||||
'';
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.telescope = {
|
||||
enable = true;
|
||||
iconsPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue