mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 20:18:07 +01:00
refactor: run nixfmt-tree and deadnix
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{ ... }:
|
||||
{
|
||||
opts = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
signcolumn = "yes";
|
||||
splitright = true;
|
||||
splitbelow = true;
|
||||
cursorline = true;
|
||||
scrolloff = 5;
|
||||
undofile = true;
|
||||
ignorecase = true;
|
||||
smartcase = true;
|
||||
gdefault = true;
|
||||
termguicolors = true;
|
||||
};
|
||||
opts = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
signcolumn = "yes";
|
||||
splitright = true;
|
||||
splitbelow = true;
|
||||
cursorline = true;
|
||||
scrolloff = 5;
|
||||
undofile = true;
|
||||
ignorecase = true;
|
||||
smartcase = true;
|
||||
gdefault = true;
|
||||
termguicolors = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user