alksjdlkajdlkaj

This commit is contained in:
2025-03-17 00:01:44 +01:00
parent 4574adefb7
commit 5fa51c3115

View File

@@ -60,7 +60,7 @@
"enabled": false
},
"node": {
"ignore_system_version": false,
"ignore_system_version": false
},
"auto_install_extensions": {
// "railcast": true,
@@ -89,7 +89,7 @@
"typos": true,
"typst": true,
"verilog": true,
"vhdl": true,
"vhdl": true
},
"languages": {
"Nix": {
@@ -100,9 +100,15 @@
"typos": {
"initialization_options": {
// bundled binary is dynamically linked
"path": "typos-lsp",
},
"path": "typos-lsp"
}
},
"nil": {
"initialization_options": {
"formatting": { "command": ["nixfmt"] }
// bundled binary is dynamically linked
}
}
},
"file_types": {
"CMake": ["CMakeLists.txt"]