mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 20:54:56 +02:00
treewide: Reformat with nixfmt
This commit is contained in:
parent
c6281260dc
commit
62f32bfc71
459 changed files with 28139 additions and 26377 deletions
|
@ -15,8 +15,14 @@
|
|||
collapse = "⊟";
|
||||
codeAction = "💡";
|
||||
actionfix = "";
|
||||
lines = ["┗" "┣" "┃" "━" "┏"];
|
||||
kind = {};
|
||||
lines = [
|
||||
"┗"
|
||||
"┣"
|
||||
"┃"
|
||||
"━"
|
||||
"┏"
|
||||
];
|
||||
kind = { };
|
||||
impSign = " ";
|
||||
};
|
||||
hover = {
|
||||
|
@ -42,7 +48,10 @@
|
|||
execAction = "o";
|
||||
quit = "q";
|
||||
toggleOrJump = "<CR>";
|
||||
quitInShow = ["q" "<ESC>"];
|
||||
quitInShow = [
|
||||
"q"
|
||||
"<ESC>"
|
||||
];
|
||||
};
|
||||
};
|
||||
codeAction = {
|
||||
|
@ -76,7 +85,7 @@
|
|||
default = "ref+imp";
|
||||
layout = "float";
|
||||
silent = false;
|
||||
filter = {};
|
||||
filter = { };
|
||||
keys = {
|
||||
shuttle = "[w";
|
||||
toggleOrOpen = "o";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue