Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
65 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
1 vote
0 answers
24 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