mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
weird toml changes
This commit is contained in:
parent
6da93d0250
commit
2fbee81297
2 changed files with 21 additions and 19 deletions
|
@ -29,13 +29,15 @@
|
|||
"ui.background" = "{}";
|
||||
"ui.virtual.inlay-hint" = { fg = "#666666"; };
|
||||
};
|
||||
languages = [
|
||||
{
|
||||
name = "nix";
|
||||
auto-format = true;
|
||||
language-server.command = "rnix-lsp";
|
||||
}
|
||||
];
|
||||
languages = {
|
||||
language = [
|
||||
{
|
||||
name = "nix";
|
||||
auto-format = true;
|
||||
language-server.command = "rnix-lsp";
|
||||
}
|
||||
];
|
||||
};
|
||||
settings = {
|
||||
theme = "dracula-transparent";
|
||||
editor = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue