dotfyle icon indicating copy to clipboard operation
dotfyle copied to clipboard

Doesn't detect various servers

Open Mte90 opened this issue 1 year ago • 3 comments
trafficstars

As you can see on https://dotfyle.com/Mte90/dotfiles-config-nvim detects eslint but it isn't configured. https://github.com/mte90/dotfiles/blob/master/.config/nvim/lua/plugin/lsp.lua

Instead I have also bashls, cssls and phpactor and intelephense.

Mte90 avatar Jan 16 '24 11:01 Mte90

Now detects pylsp but still find it eslint and the others like tailwind-css that is on github.com/codicocodes/dotfyle/blob/f52726bb95bd44b5cc7bac09316de57ec116bcf3/src/lib/server/nvim-sync/config/LanguageServerFinder.ts

Mte90 avatar Jan 19 '24 10:01 Mte90

@Mte90 It looks like eslint is detected here: https://github.com/Mte90/dotfiles/blob/8bcbe471db39bf700dea7a31411b1c2e45137991/.config/nvim/lua/plugin/lint.lua#L43

Looks correct no?

Not sure regarding bashls, cssls etc.. I think that might be an issue.

Note duplicate of #89

codicocodes avatar Feb 03 '24 23:02 codicocodes

It is a linter nor a LSP server in my case eslint.

Mte90 avatar Feb 06 '24 09:02 Mte90