Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
80 views

I am using Clangd as LSP server. "inlayHint.display": false and "clangd.arguments": ["--function-arg-placeholders=0"]" work to disable the placeholders in functions ...
THE0_C's user avatar
  • 31
3 votes
0 answers
135 views

SOLUTION : my bad it was a build.gradle problem, by removing 'org.javamodularity.moduleplugin' version 1.8.12 from it, coc-java worked again !! But thank you all for your help ! I am working with ...
Yaël Wawrzyniak's user avatar
0 votes
3 answers
983 views

I recently started using nvim and started playing with some plugins. I found Mason to be extremely useful. However, I find it bit annoying that Mason diagnostics complain about missing header files (...
Chandra's user avatar
1 vote
1 answer
239 views

Screen Shot from Termux I want to add Icons (like VSCode) in suggestion on the k(keyword), v(variable). I tried searching with suggest keyword on coc-settings.json as well on duckduckgo.com. But ...
user avatar
2 votes
1 answer
695 views

My current config ➜ cat ~/.config/nvim/coc-settings.json { "suggest.noselect": true, "rust-analyzer.inlayHints.typeHints.enable": true, "rust-analyzer.inlayHints....
realzhujunhao's user avatar
0 votes
1 answer
713 views

I am using neoclide/coc.nvim plugin in vim on OSX How do I select one of these suggestions, what is the command or shortcut to navigate and select them? I do not seem to have the ability to move ...
piedpipr's user avatar
  • 533
1 vote
1 answer
1k views

so my issue is I installed neovim and nodejs and coc.nvim in windows I want to set it up for c++ and I did everything it asked but when I open cpp files I got an error message like : Server clangd ...
Erfan_khabir's user avatar
1 vote
1 answer
52 views

My vim plug: call plug#begin() Plug 'tell-k/vim-autopep8' Plug 'plasticboy/vim-markdown' Plug 'sheerun/vim-polyglot' Plug 'jiangmiao/auto-pairs' Plug 'ap/vim-css-color' Plug 'preservim/nerdtree' Plug '...
Bùi Tiến Hòa's user avatar
2 votes
1 answer
947 views

I am using NeoVim with CoC for TS development of yarn-3 pnp-enabled project. At some point the editor stopped seeing imports and started complaining that the imported module does not exist. (see ...
user4756260's user avatar
1 vote
1 answer
590 views

I'm trying to setup coc for nvim on my Windows os. I installed coc via vim-plug and have the coc.nvim config sourced in my main init.vim file. I recieve these messages when I open neovim and run :...
tre3iii's user avatar
  • 11
1 vote
0 answers
271 views

I'm installing some plugins and mapping some shortcuts on my init.vim file, the thing is that when I press the "tab" button on my keyboard in insert mode the program shows me this, in insert ...
Ferran Rojas's user avatar
0 votes
1 answer
315 views

I'm trying for hours to fix this error message. Error message 121 I receive every time I load nvim After a :CheckHealth command in nvim, it tells me that this has to do with COC, COC is impossible to ...
Nôam nono's user avatar
0 votes
1 answer
35 views

I can't open a link completely. How can I solve it? My_enviroment: neovim v0.6.1,coc.nvim,ubuntu22.04LTS My mother tongue is not English, please understand the subtle grammatical errors.Thanks you! I ...
Awjl's user avatar
  • 1
1 vote
0 answers
954 views

When running eslint --fix locally the files get formatted with no problem. However when saving a file within neovim with autocmd BufWritePre *.js,*ts,*tsx :CocCommand eslint.executeAutofix or by ...
정지승's user avatar
0 votes
0 answers
215 views

I am trying to use Vim as my main IDE. For that, I installed vim-plug, and COC. This allows me to call those two commands : :CoCCommand tsserver.organizeImports :CoCCommand prettier.formatCode I ...
user avatar
2 votes
1 answer
535 views

The background color of the currently-selected-suggestion does not contrast enough with the text to be readable. How can this be fixed? Setting Pmenu and/or PmenuSel in does NOT improve the situation, ...
J. McNerney's user avatar
0 votes
1 answer
590 views

I am using Nvim to try and develop a Mac application. I have just imported AppKit.h to instantiate a sharedApplication. I am using coc-clangd for autocompletion. I am getting the following error when ...
Debabrata Mondal's user avatar
1 vote
0 answers
339 views

How to change coc-clangd source priority? I use vim conqueror of completion with language server client coc-clangd as autocompletion source and I would like to lower its priority from 99 to 70. I ...
Robert's user avatar
  • 190
1 vote
1 answer
10k views

I have a plugin that autosaves the file. This plugin has hooks like .hook_before_saving etc. Here is an example: local autosave = require("autosave") autosave.hook_before_saving = function (...
user avatar
0 votes
1 answer
2k views

I've been using nVim and tmux for a while now, but recently I've been having some problems. I seem to be getting some weird artifacts across my IDE which usually involve misplaced or duplicated lines. ...
Cal Courtney's user avatar
  • 1,279
3 votes
2 answers
3k views

So often if I have a code expression like points.length - 1 and I want to replace it with a variable (for example, named target_idx then I'll define the variable: int target_idx = points.length - 1; ...
beyarkay's user avatar
  • 1,163
1 vote
0 answers
361 views

I want to contribute to a project which uses objc heavily. As I am not a mac user I cannot use Xcode for this project. So I looked for solutions and found that vim has a code completion plugin (CoC) ...
Want_to_be_unknown's user avatar
0 votes
1 answer
379 views

i want autocompletions for three.js in nvim , kind of like the autocompletions we get if we open three.js file on a split window on vim [still not good], i searched in coc language plugins list, i ...
ANDuser's user avatar
  • 119
-2 votes
1 answer
272 views

First of all, I'm sorry for my poor english. But I really want to solve this problem. I'm VIM user in M1 Mac, and I use coc.nvim Problem : ^Z is force inserted when I continue typing with coc-...
JangLuna's user avatar
1 vote
1 answer
2k views

I use neovim with coc.nvim for auto-completion of code, but I don't like this error detection [I don't mean its bad], I only want to disable this grey like with red >> on the left of line ...
ANDuser's user avatar
  • 119