moved nixvim to home-manager config, re-added firefox plugins
This commit is contained in:
14
modules/home/programs/nixvim/plugins/telescope.nix
Executable file
14
modules/home/programs/nixvim/plugins/telescope.nix
Executable file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins.telescope = {
|
||||
enable = true;
|
||||
settings = {
|
||||
pickers = {
|
||||
find_files = {
|
||||
hidden = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user