nushell-plugins/nu_plugin_highlight/syntaxes/nushell/Example-LSP.sublime-settings

14 lines
267 B
Plaintext
Raw Normal View History

2025-06-27 02:31:23 +01:00
{
"clients": {
"nushell": {
"command": [
"/home/kira/.cargo/bin/nu",
"--lsp",
"--no-config-file"
],
"enabled": true,
"selector": "source.nu"
}
}
}