Skip to content

Commit

Permalink
updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Aug 20, 2023
1 parent b0796aa commit 3d9367a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified config/absytree_config_wasm.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion config/languages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import absytree_runtime
setOption "editor.text.languages-server.url", "localhost"
setOption "editor.text.languages-server.port", 3001
setOption "editor.text.lsp.zig.path", "zls"
setOption "editor.text.lsp.rust.path", "C:/Users/nimao/.vscode/extensions/rust-lang.rust-analyzer-0.3.1623-win32-x64/server/rust-analyzer.exe"
setOption "editor.text.lsp.rust.path", "rust-analyzer.exe"
setOption "editor.text.treesitter.rust.dll", "D:/dev/Nim/nimtreesitter/treesitter_rust/treesitter_rust/rust.dll"
setOption "editor.text.treesitter.zig.dll", "D:/dev/Nim/nimtreesitter/treesitter_zig/treesitter_zig/zig.dll"
setOption "editor.text.treesitter.javascript.dll", "D:/dev/Nim/nimtreesitter/treesitter_javascript/treesitter_javascript/javascript.dll"
Expand Down

0 comments on commit 3d9367a

Please sign in to comment.