languages/fish: init

Add fish support with fish-lsp and fish_indent.
This commit is contained in:
Poseidon 2025-08-25 12:53:27 -05:00
commit e709fc3f09
No known key found for this signature in database
4 changed files with 107 additions and 0 deletions

View file

@ -144,3 +144,11 @@
[Machshev](https://github.com/machshev):
- Added `ruff` and `ty` LSP support for Python under `programs.python`.
[Poseidon](https://github.com/poseidon-rises):
[fish-lsp]: https://www.fish-lsp.dev/
[fish_indent]: https://fishshell.com/docs/current/cmds/fish_indent.html
- Add Fish support vai {option}`languages.fish` using [fish-lsp] and
[fish_indent].