mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 03:50:09 +02:00
treewide: format with latest nixfmt
This commit is contained in:
parent
c6080c206e
commit
ae78face8d
22 changed files with 100 additions and 185 deletions
|
@ -48,7 +48,8 @@ mkExtension {
|
|||
mappings = {
|
||||
i = {
|
||||
"<C-k>".__raw = ''require("telescope-live-grep-args.actions").quote_prompt()'';
|
||||
"<C-i>".__raw = ''require("telescope-live-grep-args.actions").quote_prompt({ postfix = " --iglob " })'';
|
||||
"<C-i>".__raw =
|
||||
''require("telescope-live-grep-args.actions").quote_prompt({ postfix = " --iglob " })'';
|
||||
"<C-space>".__raw = ''require("telescope.actions").to_fuzzy_refine'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue