Archived
1
1
Fork
You've already forked nukate
1
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.
  • Nushell 57.8%
  • Python 42.2%
2026年03月07日 14:55:06 +01:00
scripts Add syntax/nu.xml.in, scripts/cmd_parse.py 2025年07月11日 23:12:59 +02:00
syntax Add syntax/nu.xml.in, scripts/cmd_parse.py 2025年07月11日 23:12:59 +02:00
test Changes 2024年03月16日 18:58:18 +01:00
.gitignore Initial commit 2024年03月14日 21:22:53 +01:00
helper.nu small update ( #1 ) 2025年07月12日 21:31:09 +02:00
LICENSE.md Changes 2024年03月16日 18:58:18 +01:00
README.adoc Update README.adoc 2026年03月07日 14:55:06 +01:00

Nushell For Kate

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$"
 }
 }
}