mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
telescope-frecency: init plugin
This commit is contained in:
parent
6f8eb6f381
commit
3d1df5f16a
3 changed files with 24 additions and 56 deletions
|
@ -5,6 +5,10 @@ let
|
|||
helpers = (import ../helpers.nix { inherit lib; });
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./frecency.nix
|
||||
];
|
||||
|
||||
# TODO:add support for aditional filetypes. This requires autocommands!
|
||||
|
||||
options.programs.nixvim.plugins.telescope = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue