formatting

This commit is contained in:
Osman Faruk Bayram 2024-12-18 14:06:41 +03:00
parent 5af22b80e0
commit 19573ffd64
5 changed files with 15 additions and 16 deletions

View file

@ -1,4 +1,3 @@
{ lib, ... }:
let

View file

@ -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:";
};
}

View file

@ -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";

View file

@ -1,6 +1,6 @@
{
plugins = {
treesitter.enable = true;
plugins = {
treesitter.enable = true;
# yazi = {
# enable = true;
@ -25,5 +25,5 @@
# };
# };
# };
};
};
}