Compare commits

...

2 commits

Author SHA1 Message Date
Jurn Wubben
4124051c23 Updated dcbot 2025-07-01 09:36:12 +02:00
Jurn Wubben
9c28fb0abd NVIM: Set deno as tslang lsp 2025-07-01 09:36:12 +02:00
2 changed files with 9 additions and 4 deletions

6
flake.lock generated
View file

@ -115,11 +115,11 @@
"dcbot": { "dcbot": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1749149130, "lastModified": 1751355189,
"narHash": "sha256-n358UUxNnOgXWWVqfN4TZsDt7giMF5RrZhuASVeqEj8=", "narHash": "sha256-+fzrf+UHw6KLoM7R3TQk6pFRrTcZWhpP/7Ap1Zqsxm4=",
"owner": "jsw08", "owner": "jsw08",
"repo": "dcbot", "repo": "dcbot",
"rev": "07f5e9ad96c94faadf4376bb62c5361127aaa8e3", "rev": "88f315a28a1ff46642f0d32436d505084d30001f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -51,13 +51,18 @@
enableFormat = true; #You can also manually overwrite each language. enableFormat = true; #You can also manually overwrite each language.
enableTreesitter = true; enableTreesitter = true;
ts = {
enable = true;
lsp.server = "denols";
extensions.ts-error-translator.enable = true;
};
bash.enable = true; bash.enable = true;
css.enable = true; css.enable = true;
html.enable = true; html.enable = true;
markdown.enable = true; markdown.enable = true;
nix.enable = true; nix.enable = true;
svelte.enable = true; svelte.enable = true;
ts.enable = true;
typst.enable = true; typst.enable = true;
rust.enable = true; rust.enable = true;
python.enable = true; python.enable = true;