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