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.

12 lines
294 B
JSON

1 year ago
{
"rust-analyzer.checkOnSave.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"]
}
}
1 year ago
}