/plugin marketplace add leviysoft/claude-plugins
Redirects structural code searches (functions, classes, types) from the Grep tool to ast-grep. Requires ast-grep@ast-grep-marketplace.
/plugin install prefer-ast-grep@leviysoft
Blocks grep/rg and find in Bash commands, enforcing ast-grep and the Glob tool instead. Requires jq to be installed.
/plugin install enforce-native-search@leviysoft
Blocks use of Python for JSON processing in Bash commands, enforcing jq instead.
/plugin install prefer-jq@leviysoft
Requires jq to be installed.
First of all, install coursier
Then:
cs install metals
Don't forget to add export ENABLE_LSP_TOOL=1
/plugin install scala-lsp@leviysoft
Coursier does not perform automatical updates, so periodically call
cs update
Install haskell-language-server
Don't forget to add export ENABLE_LSP_TOOL=1
/plugin install haskell-lsp@leviysoft
First of all, install pack
Then:
pack install-app idris2-lsp
Don't forget to add export ENABLE_LSP_TOOL=1
/plugin install idris2-lsp@leviysoft
Install FsAutoComplete:
dotnet tool install --global fsautocomplete
Don't forget to add export ENABLE_LSP_TOOL=1
/plugin install fsharp-lsp@leviysoft