still trying to resolve merge conflict
This commit is contained in:
12
glasshouse-laptop/home/nixvim/config/plugins/telescope.nix
Normal file
12
glasshouse-laptop/home/nixvim/config/plugins/telescope.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
plugins.telescope = {
|
||||
enable = true;
|
||||
settings = {
|
||||
pickers = {
|
||||
find_files = {
|
||||
hidden = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user