python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
why does lsp clangd linting throws an error "bits/c++config.h file not found?
lsp linting clangd throws a linting error
when doing an include
e.g
#include <iostream> error bits/c++config.h file not found
I already installed mingw(via choco install) and added it to my pat...
reiend
Votes: 0
Answers: 2
Nvim LSP dartls is unable to start
I would like to configure a development environment for flutter, I just configured flutter and android studio and I already got a started app running. Now I just need to configure the dartls, I've bee...
Jeremy
Votes: 0
Answers: 0
Spawning language server with cmd`diagnostic-languageserver`failed. The language server is either not installed, missing from PATH, or not executable
enter image description here
" Spawning language server with cmd: diagnostic-languageserver failed. The language server is either not installed, missing from PATH, or not executable "
nvim p...
Gowtham V
Votes: 0
Answers: 5
How do I setup elixir-ls using nvim-lspconfig with autocompletion in neovim?
I would like to set up the Elixir language server in Neovim using the built-in language server client and nvim-lspconfig.
Documentation for this seems to be spread out in multiple places:
nvim-lspcon...
Adam Millerchip
Votes: 0
Answers: 2