-
coc-omni does not work with orgmode.nvim's v:lua omnifunc (which works as expected with
![image](https://user-images.githubusercontent.com/54821716/128948445-750d43bb-a651-47f3-b9fc-e301ce48f052.png…
-
The instructions at https://github.com/neoclide/coc-tabnine#api-key are not very clear as to how to add an API key
-
Before a while I noticed that the indexer scans files within `./var` so I went to exclude it. Before I saw that I can pass configuration. It is good thing but still requires browsing the documentation…
-
Add code completion support. Options follow below:
- [@neoclide/coc.nvim](https://github.com/neoclide/coc.nvim)
- [@dense-analysic/ale](https://github.com/dense-analysis/ale)
-
On neovim 0.9.1, latest release checkout seems very slow for basic editing with autocompletion, I went back to 69f954eaebc0f15a0ff17b6d40e24aa1039d9334 which seems considerably faster.
I have relat…
-
I'm using neovim@0.5.0-dev + latest coc.nvim + latest coc-explorer but it seems this feature has never worked for me, it does nothing when I press A or B
-
Hi,
I installed Mychem and it works normally if input string is n`t very long.
for example :
select MOLECULE_TO_CANONICAL_SMILES(SMILES_TO_MOLECULE("[CH4]"));
works fine but if input smiles become:
[…
-
In vim/nvim, the FileType value for Latex is "tex" instead of "latex".
https://github.com/iamcco/coc-spell-checker/blob/a76ebbff41fec61bb7a3c2556a670720db3f9ff9/package.json#L203
-
Title, when I cursor over a highlighted words how do I get a list of suggestions to automatically popup like a standard coc extension does?
-
I have a folder that contains multiple projects, like:
```
cd projects
ls
fder1/ fder2/ fder3/ fder4/
```
i want to open nvim/vim and start `:CocCommand explorer ` that show only fder1/ and fder…