bump
This commit is contained in:
parent
bb0f7dac04
commit
afb042f2fa
5 changed files with 40 additions and 41 deletions
|
|
@ -7,7 +7,7 @@
|
|||
settings = {
|
||||
theme = "dracula";
|
||||
editor = {
|
||||
rainbow-brackets = true;
|
||||
# rainbow-brackets = true;
|
||||
line-number = "relative";
|
||||
cursorline = true;
|
||||
completion-replace = true;
|
||||
|
|
@ -92,7 +92,6 @@
|
|||
unit = " ";
|
||||
};
|
||||
}
|
||||
# { name = "rust"; }
|
||||
];
|
||||
language-servers = {
|
||||
rust-analyzer.config = {
|
||||
|
|
@ -114,17 +113,10 @@
|
|||
};
|
||||
};
|
||||
grammar = [
|
||||
{
|
||||
name = "nix";
|
||||
source = {
|
||||
git = "https://github.com/nix-community/tree-sitter-nix";
|
||||
rev = "763168fa916a333a459434f1424b5d30645f015d";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
package = inputs.helix.packages.${pkgs.system}.default;
|
||||
# package = inputs.helix.packages.${pkgs.system}.default;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue