diff options
author | Soispha <soispha@vhack.eu> | 2023-08-25 23:09:05 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-25 23:09:52 +0200 |
commit | 3d37c38f99360640135e79c65ab6f6b249b81b59 (patch) | |
tree | db4c7fbca58b025ea7ac0e7752c227944e717a4f /home-manager/soispha/config/neovim/nixvim/plugins/telescope/defaults | |
parent | Fix(hm/conf/neovim/plugins): Import new ones (diff) | |
download | nixos-config-3d37c38f99360640135e79c65ab6f6b249b81b59.zip |
Style(hm/conf/neovim): Format
Diffstat (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/telescope/defaults')
-rw-r--r-- | home-manager/soispha/config/neovim/nixvim/plugins/telescope/defaults/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/telescope/defaults/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/telescope/defaults/default.nix index e8dffca8..1d88aad8 100644 --- a/home-manager/soispha/config/neovim/nixvim/plugins/telescope/defaults/default.nix +++ b/home-manager/soispha/config/neovim/nixvim/plugins/telescope/defaults/default.nix @@ -26,6 +26,5 @@ } // insert_and_normal_mappings; }; - }; } |