EvolveBeyond / NvPak

A clean config for neovim to be of particular complexity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If a file is created in Tree, its Long Server type is not recognized by lsp.

Pakrohk opened this issue · comments

Try to create a file with a new format (for example, an html file in a python project).
Unfortunately, if this process is done with the help of NVIM-TREE, LSP does not recognize that you are working on a new file, and most likely pylsp will open for you instead of the html server.

After many investigations with the help of @H-cyber and @lorem10 I came to the conclusion that the problem is that the language server is not closed.
We assume that the reason the language server is not closed is because null-ls prevents it.