mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-28 05:54:13 +02:00
treewide: Reformat with nixfmt
This commit is contained in:
parent
c6281260dc
commit
62f32bfc71
459 changed files with 28139 additions and 26377 deletions
|
@ -8,14 +8,23 @@
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
ignored_filetypes = ["nofile" "quickfix" "prompt"];
|
||||
ignored_buftypes = ["NvimTree"];
|
||||
ignored_filetypes = [
|
||||
"nofile"
|
||||
"quickfix"
|
||||
"prompt"
|
||||
];
|
||||
ignored_buftypes = [ "NvimTree" ];
|
||||
default_amount = 3;
|
||||
move_cursor_same_row = true;
|
||||
cursor_follows_swapped_bufs = true;
|
||||
resize_mode = {
|
||||
quit_key = "<ESC>";
|
||||
resize_keys = ["h" "j" "k" "l"];
|
||||
resize_keys = [
|
||||
"h"
|
||||
"j"
|
||||
"k"
|
||||
"l"
|
||||
];
|
||||
silent = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue