codicocodes / dotfyle

Find the best Neovim plugins

Home Page:https://dotfyle.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't detect various servers

Mte90 opened this issue · comments

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.

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 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

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