mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
update system
This commit is contained in:
@@ -30,10 +30,14 @@ in
|
||||
cmake.enable = true;
|
||||
clangd = {
|
||||
enable = true;
|
||||
packageFallback = true;
|
||||
cmd = [
|
||||
"clangd"
|
||||
"--offset-encoding=utf-16"
|
||||
"--clang-tidy"
|
||||
"--background-index"
|
||||
"--limit-references=0"
|
||||
"--cross-file-rename"
|
||||
];
|
||||
settings.InlayHints = {
|
||||
Designators = true;
|
||||
|
||||
@@ -16,7 +16,6 @@ in
|
||||
type = types.listOf types.str;
|
||||
description = mdDoc "[Stylistic sets](https://github.com/tonsky/FiraCode/wiki/How-to-enable-stylistic-sets) for Fira Code";
|
||||
default = [
|
||||
"zero"
|
||||
"onum"
|
||||
"ss04"
|
||||
"cv19"
|
||||
|
||||
Reference in New Issue
Block a user