No description
This repository has been archived on 2026年03月07日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
| scripts | Add syntax/nu.xml.in, scripts/cmd_parse.py | |
| syntax | Add syntax/nu.xml.in, scripts/cmd_parse.py | |
| test | Changes | |
| .gitignore | Initial commit | |
| helper.nu | small update ( #1 ) | |
| LICENSE.md | Changes | |
| README.adoc | Update README.adoc | |
Nushell For Kate
Table of Contents
Important
Archived due to Nushell having contributions from Claude
Nushell LSP Definition (to make Kate smarter)
{
"servers": {
"nu": {
"command": ["nu", "--lsp", "--no-config-file"],
"root": ".",
"url": "https://github.com/nushell/nushell",
"highlightingModeRegex": "^Nushell$"
}
}
}