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
Advice
0 votes
5 replies
142 views

I am new to Java and starting with Spring Boot development. I prefer using lightweight code editors like Zed, Lite-XL and Helix and want to avoid the high resource usage and complexity of full IDEs (...
Mitesh Firake's user avatar
1 vote
1 answer
78 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
1 vote
0 answers
29 views

I am trying to make a user command and add completion for it vim.api.nvim_create_user_command('Piomon', function(opts) local args = opts.fargs require('platformio.piomon').piomon(args) end, { ...
Anurag Kumar Singh'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
1 answer
70 views

Is there an option I can set in Vim and Neovim to force the gq motion to wrap text strictly at 80 characters, without addings hanging indents after lines that begin with common programming keywords ...
Brent Pappas's user avatar
Advice
1 vote
1 replies
65 views

What do I want: I set "<leader>gd" as the key to "go to definition" vim.keymap.set("n", "<leader>gd", ":Lspsaga goto_definition<Enter>&...
woc1111's user avatar
1 vote
1 answer
49 views

I have a callback/generator which produces output, possibly after a delay. I'd like to send these outputs to the terminal buffer as they're produced. Here's a mockup: local term_buf = vim.api....
wurli's user avatar
  • 2,838
1 vote
0 answers
36 views

According to the render-markdown.nvim docs, the plugin supports "concealing HTML comments" with the help of treesitter-html (which I have installed). However, I'm still seeing HTML tags ...
N1v3x's user avatar
  • 51
4 votes
0 answers
121 views

I recently installed LazyVim, and I was trying to use the :Tutor command. Everything works well in Tutor, but the check and cross marks. In Tutor, in most lessons, there are some lines that needs to ...
TI64CLi's user avatar
  • 11
2 votes
1 answer
54 views

I am using pop-os cosmic with kitty as terminal. I installed lazyvim starter. With blink cmp plugin for completion, I need to wait 1s before I can continue typing on every first char of each word. If ...
IAmSilver4's user avatar
2 votes
0 answers
68 views

I’m running Neovim 0.10.0 with mason.nvim inside WSL (Ubuntu). I have 2 Neovim configurations: one on Windows (pwsh) and the other on WSL (ubuntu). On Windows, everything works fine — I can install ...
schubert's user avatar
  • 121
1 vote
0 answers
107 views

I'm using nvim-lspconfig and inlay lines are not showing up for any rust file I'm editing. Here's the config located in .config/nvim/lua/plugins/lsp-config.lua { "neovim/nvim-lspconfig", ...
Voltarix's user avatar
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
2 votes
0 answers
138 views

I have a nvim setup that I have created and when I want to open a react/nextjs project it errors on imports like import Image from "next/image"; and no one likes that, so I wanted to ask how ...
user27392773's user avatar

15 30 50 per page
1
2 3 4 5
164