You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"rust-analyzer.check.command": "clippy",
|
|
"clangd.path": "~/.config/coc/extensions/coc-clangd-data/install/16.0.2/clangd_16.0.2/bin/clangd",
|
|
"languageserver": {
|
|
"uiua": {
|
|
"command": "uiua",
|
|
"args": ["lsp"],
|
|
"filetypes": ["uiua"]
|
|
}
|
|
},
|
|
"semanticTokens.enable": true
|
|
}
|