misc: fix statix errors

This commit is contained in:
Gaetan Lepage 2023-09-17 01:02:46 +02:00 committed by Gaétan Lepage
parent 69ba62aa36
commit 6152cc9504
4 changed files with 28 additions and 21 deletions

View file

@ -73,9 +73,11 @@
plugins = {
lsp = {
enable = true;
servers.rnix-lsp.enable = true;
servers.rust-analyzer.enable = true;
servers.jsonls.enable = true;
servers = {
rnix-lsp.enable = true;
rust-analyzer.enable = true;
jsonls.enable = true;
};
};
nvim-tree = {

View file

@ -59,9 +59,11 @@
# you can specify only the sections you want to change
{
name = "filename";
extraConfig.newfile_status = true;
extraConfig.path = 1;
extraConfig.shorting_target = 60;
extraConfig = {
newfile_status = true;
path = 1;
shorting_target = 60;
};
}
];
lualine_z = [