Skip to main content
2 votes
0 answers
119 views

I just started using neovim. I could get the lua language server to work but not the rust language server (rust-analyzer). When I open a rust file like hello.rs I get the error LSP [rust_analyzer] ...
edamondo's user avatar
  • 189
1 vote
1 answer
80 views

I've been trying to setup roslyn.nvim with rzls.nvim on my neovim for a while to work with .NET, C# and Blazor. But I've been facing some frustrating problems, I'm using WSL Ubuntu 24.04, a neovim ...
Carlos Saraiva's user avatar
Advice
0 votes
1 replies
82 views

I'm trying to get an LSP for my gcc C++ on Neovim. The issue is, I'm quite new to both the concept of an LSP and Neovim's scripting. I'm getting mixed opinions on clangd and ccls, but I don't really ...
yeetcode's user avatar
5 votes
2 answers
328 views

Problem I'm trying to use clangd for LSP in Neovim with CUDA .cu files, but it fails to recognize standard C++ library features on the host side. Even simple host functions using std::format, std::...
NeKon's user avatar
  • 314
1 vote
0 answers
96 views

Hello people on the internet. I made my own Neovim config https://github.com/Mr-Fox-h/fox-ide and it's a good config, but I want to write codes with Haxe programming language. I installed haxe and ...
Mr-Fox-h's user avatar
0 votes
1 answer
302 views

I am using Lazyvim, a Neovim distro as an editor for my Flutter project in Windows. I installed flutter-tools.nvim and installed dcm using mason. The setup is ok, but I am having trouble with the go ...
B1LLP4RK's user avatar
0 votes
1 answer
98 views

Clangd LSP in Neovim keeps giving C++ diagnostics for an .h file. How do I force it to give C header diagnostics?
qwr's user avatar
  • 11.6k
1 vote
1 answer
70 views

I have a setup with a project written in C that is statically linked with a library. The sources of the library are in a different folder somewhere else on the system. I am using emacs and lsp-mode ...
Schievel's user avatar
4 votes
1 answer
128 views

I'm developing a custom typescriptServerPlugin and trying to inject global type definitions (without requiring explicit import) via a virtual .d.ts file. I want TypeScript files in the project to ...
ukalpa's user avatar
  • 169
0 votes
0 answers
89 views

I am implementing a web IDE with rust and i started following a tutorial that implements embedding monaco-editor in a web broswer here, the tutorial is not using react but pointed to this example in ...
Abdulbasit Yusuf's user avatar
1 vote
0 answers
587 views

In advance, I apologize if the code looks messy; I tried pasting my code into the "add code here" thing and it kinda only took the first line and ignored formatting on the rest. I use Neovim....
Corey C's user avatar
  • 11
3 votes
1 answer
4k views

I have searched for a solution but nothing I have found worked. I have lazy.nvim as plugin manager. I installed the following plugins return { "mason-org/mason-lspconfig.nvim", ...
Taz's user avatar
  • 150
0 votes
0 answers
32 views

Our textDocument/willSaveWaitUntil response currently formats the document before save. However, some of our users have formatOnSave: false in their VSCode settings. How is the language server ...
Max Heiber's user avatar
  • 15.7k
0 votes
0 answers
27 views

I use lsp4j <dependency> <groupId>org.eclipse.lsp4j</groupId> <artifactId>org.eclipse.lsp4j</artifactId> <version>0.24.0</version> </dependency&...
Marat Tim's user avatar
0 votes
1 answer
82 views

I was trying to use clangd to make a tool for LLM Agent to let LLM search for linux-kernel source code. I am using this github project to help me with this. However, when I use textDocument/definition ...
Zj_W1nd's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
29