mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-23 02:38:29 +02:00
treewide: Reformat with nixfmt
This commit is contained in:
parent
c6281260dc
commit
62f32bfc71
459 changed files with 28139 additions and 26377 deletions
|
@ -41,7 +41,7 @@
|
|||
on_stderr = "function() end";
|
||||
on_exit = "function() end";
|
||||
hide_numbers = false;
|
||||
shade_filetypes = [""];
|
||||
shade_filetypes = [ "" ];
|
||||
autochdir = true;
|
||||
highlights = {
|
||||
Normal.guibg = "#000000";
|
||||
|
@ -91,7 +91,7 @@
|
|||
on_stderr = null;
|
||||
on_exit = null;
|
||||
hide_numbers = true;
|
||||
shade_filetypes = [];
|
||||
shade_filetypes = [ ];
|
||||
autochdir = false;
|
||||
highlights = {
|
||||
NormalFloat.link = "Normal";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue