# Installer fish-lsp avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de fish-lsp pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:fish-lsp
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install fish-lsp
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#fish-lsp
```

  Preuve: nixpkgs package indexes: pkgs/by-name/fi/fish-lsp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:fish-lsp
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.1.4
- **Résumé source:** LSP implementation for the fish shell language
- **Page d'accueil:** <https://www.fish-lsp.dev>
- **Dernière mise à jour:** 2026-06-12T12:53:00Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- fish-lsp (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.1.4
## Historique du projet et usages

fish-lsp is a Language Server Protocol implementation for the fish shell language, bringing editor features such as completions, hover, goto definition, formatting, diagnostics, rename, symbols, semantic tokens, and inlay hints to fish scripts.

### Historique du projet

The project was created in 2022 as the fish ecosystem was increasingly used for larger personal shell configurations and scripts. Its README positions the server as an editor-agnostic way to give fish users a consistent development environment rather than depending on each editor's local fish support.

### Historique d'adoption

fish-lsp is packaged for multiple developer workflows: the official README documents npm, yarn, pnpm, Nix, Homebrew, conda, mamba, standalone GitHub release binaries, and source builds. It also links client configuration examples and nvim-lspconfig integration, which is a strong signal that adoption is editor-driven.

### Modes d'utilisation

A normal setup installs the `fish-lsp` binary, configures an editor language client to run `fish-lsp start` for fish files, and optionally installs shell completions with `fish-lsp complete > ~/.config/fish/completions/fish-lsp.fish`.

### Pourquoi les passionnés de paquets s'y intéressent

For package nerds, fish-lsp is notable because it turns fish from an interactive shell with nice built-ins into a language that participates in the modern LSP/editor tooling stack. It also has unusually broad distribution paths for a young shell-specific tool.

### Chronologie

- 2022: GitHub repository created.
- 2025: 1.0.x releases established regular packaged releases.
- 2026: 1.1.4 published, with releases continuing through GitHub and package managers.

### Related projects

- Related projects include fish shell, the Language Server Protocol, editor LSP clients, nvim-lspconfig, and fish completion tooling.

### Sources

- <https://github.com/ndonfris/fish-lsp>
- <https://github.com/ndonfris/fish-lsp/releases>
- <https://www.fish-lsp.dev/>


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Autres enregistrements de gestionnaires de paquets

- Nix - fish-lsp: normalized package name match | nixpkgs package indexes: pkgs/by-name/fi/fish-lsp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/fish-lsp.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fish-lsp.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
