Package Details: fish-lsp-git r381.cc77cf3-1

Git Clone URL: https://aur.archlinux.org/fish-lsp-git.git (read-only, click to copy)
Package Base: fish-lsp-git
Description: LSP implementation for the fish shell language
Upstream URL: https://github.com/ndonfris/fish-lsp/
Keywords: fish languageserver lsp
Licenses: MIT
Conflicts: fish-lsp
Provides: fish-lsp
Submitter: heddxh
Maintainer: tippfehlr (heddxh)
Last Packager: heddxh
Votes: 2
Popularity: 0.179903
First Submitted: 2024-07-20 08:11 (UTC)
Last Updated: 2025-10-30 02:50 (UTC)

Latest Comments

1 2 Next › Last »

heddxh commented on 2025-10-30 02:51 (UTC)

@Chocobo Should be fixed by tippfehlr ;) Besides, I just add some missing dependencies for clean chroot build.

Chocobo commented on 2025-08-20 13:49 (UTC) (edited on 2025-08-20 13:50 (UTC) by Chocobo)

I am getting this error:

node:internal/modules/cjs/loader:1413
  throw err;
  ^

Error: Cannot find module '../out/cli.js'
Require stack:
- /home/swinchen/.cache/paru/clone/fish-lsp-git/src/fish-lsp-git/bin/fish-lsp
    at Module._resolveFilename (node:internal/modules/cjs/loader:1410:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1051:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1056:22)
    at Module._load (node:internal/modules/cjs/loader:1219:37)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:238:24)
    at Module.require (node:internal/modules/cjs/loader:1493:12)
    at require (node:internal/modules/helpers:152:16)
    at Object.<anonymous> (/home/swinchen/.cache/paru/clone/fish-lsp-git/src/fish-lsp-git/bin/fish-lsp:2:1)
    at Module._compile (node:internal/modules/cjs/loader:1738:14) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/swinchen/.cache/paru/clone/fish-lsp-git/src/fish-lsp-git/bin/fish-lsp'
  ]
}

heddxh commented on 2024-10-19 14:42 (UTC)

tippfehlr: thanks!

tippfehlr commented on 2024-10-19 10:15 (UTC)

heddxh: Chewing_Bever disowned the package for now, leaving me as maintainer. I added you as co-maintainer.

tippfehlr commented on 2024-10-17 22:36 (UTC)

evthestrike: I’ve updated the PKGBUILD, thanks. I’m not sure whether to bump pkgrel for vcs packages, so I didn’t.

evthestrike commented on 2024-10-17 22:11 (UTC) (edited on 2024-10-17 22:12 (UTC) by evthestrike)

fish_files should be added to

cp -r node_modules out package.json "$pkgdir/usr/lib/node_modules/fish-lsp"

such that it would read

cp -r node_modules out package.json fish_files "$pkgdir/usr/lib/node_modules/fish-lsp"

tippfehlr commented on 2024-09-17 12:49 (UTC)

@heddxh I tried to contact Chewing_Bever on Matrix without success, so I sent an orphan request. If they don’t respond and the request is accepted maybe we could co-maintain this package.

heddxh commented on 2024-09-15 08:12 (UTC)

@tippfehlr That's great. @Chewing_Bever I am glad to re-maintain this package if you don't want it

tippfehlr commented on 2024-09-07 12:52 (UTC)

That has been fixed in https://github.com/ndonfris/fish-lsp/pull/49

heddxh commented on 2024-09-07 10:05 (UTC)

@tippfehlr this lsp will check log file during startup besides the bin path, is this case it is /usr/bin, which definitely has permission issue. Is that happen to you?