formatting
This commit is contained in:
parent
5af22b80e0
commit
19573ffd64
5 changed files with 15 additions and 16 deletions
|
|
@ -2,4 +2,4 @@
|
||||||
colorschemes = {
|
colorschemes = {
|
||||||
gruvbox.enable = true;
|
gruvbox.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
@ -11,4 +10,4 @@ let
|
||||||
(builtins.readDir ./.)
|
(builtins.readDir ./.)
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
lib.mkMerge (map (file: import ./${file}) definitions)
|
lib.mkMerge (map (file: import ./${file}) definitions)
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
opts = {
|
opts = {
|
||||||
# Enable relative line numbers
|
# Enable relative line numbers
|
||||||
number = true;
|
number = true;
|
||||||
relativenumber = true;
|
relativenumber = true;
|
||||||
|
|
||||||
# show spaces tabs and trailing spaces
|
# show spaces tabs and trailing spaces
|
||||||
list = true;
|
list = true;
|
||||||
listchars = "tab:» ,trail:·,multispace:·,lead: ,nbsp:⎕";
|
listchars = "tab:» ,trail:·,multispace:·,lead: ,nbsp:⎕";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,10 @@ _:
|
||||||
# Setup clipboard support
|
# Setup clipboard support
|
||||||
clipboard = {
|
clipboard = {
|
||||||
# Use xsel as clipboard provider
|
# Use xsel as clipboard provider
|
||||||
# providers.xsel.enable = true;
|
# providers.xsel.enable = true;
|
||||||
|
|
||||||
# Sync system clipboard
|
# Sync system clipboard
|
||||||
register = "unnamedplus";
|
register = "unnamedplus";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
plugins = {
|
plugins = {
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
|
|
||||||
# yazi = {
|
# yazi = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
@ -25,5 +25,5 @@
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue