codicocodes / dotfyle

Find the best Neovim plugins
https://dotfyle.com
MIT License
687 stars 30 forks source link

Doesn't detect various servers #102

Open Mte90 opened 8 months ago

Mte90 commented 8 months ago

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 commented 8 months ago

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

codicocodes commented 8 months ago

@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

Mte90 commented 8 months ago

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