mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +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
|
@ -22,8 +22,10 @@
|
|||
disable_signs = false;
|
||||
git_services = {
|
||||
"github.com" = "https://github.com/$\{owner}/$\{repository}/compare/$\{branch_name}?expand=1";
|
||||
"bitbucket.org" = "https://bitbucket.org/$\{owner}/$\{repository}/pull-requests/new?source=$\{branch_name}&t=1";
|
||||
"gitlab.com" = "https://gitlab.com/$\{owner}/$\{repository}/merge_requests/new?merge_request[source_branch]=$\{branch_name}";
|
||||
"bitbucket.org" =
|
||||
"https://bitbucket.org/$\{owner}/$\{repository}/pull-requests/new?source=$\{branch_name}&t=1";
|
||||
"gitlab.com" =
|
||||
"https://gitlab.com/$\{owner}/$\{repository}/merge_requests/new?merge_request[source_branch]=$\{branch_name}";
|
||||
};
|
||||
telescope_sorter = null;
|
||||
disable_insert_on_commit = "auto";
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
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-live-grep-args.actions").to_fuzzy_refine'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue