coc-ccls
CCLS (C/C++) extension for coc.nvim (by Maxattax97)
nvim-autopairs
autopairs for neovim written in lua (by windwp)
coc-ccls | nvim-autopairs | |
---|---|---|
53 | 55 | |
24 | 3,562 | |
- | 2.8% | |
10.0 | 7.3 | |
over 5 years ago | 16 days ago | |
TypeScript | Lua | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
coc-ccls
Posts with mentions or reviews of coc-ccls.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-09-30.
-
Using CoC inlay hints
I just did a fresh reinstall of CoC, on a newer version of Neovim. I'm now seeing something I hadn't seen before, which CoC calls "inlay hints". They look like this:
-
NIR: Nim Intermediate Representation
As recommended by michaelsbradley below, I installed https://github.com/nim-lang/langserver. I'm using coc.nvim (https://github.com/neoclide/coc.nvim) so I followed the instructions here from nim langserver https://github.com/nim-lang/langserver#vimneovim and seems to be working well!
-
Perl::LanguageServer in Visual Studio. Should jumping to ambigious functions work?
Actually, I'm maintaining coc-perl (https://github.com/bmeneg/coc-perl), which enables the use of Perl LSP extension for vcode on vim/neovim using the CoC (https://github.com/neoclide/coc.nvim) backend. But it's completely on top of Perl::LanguageServer.
-
How to configure vim like an IDE
For vim specifically, I've been using coc.nvim, which works pretty well for my needs, and I know its quite popular. Another fairly popular one is YouCompleteMe, which I had taken a look at for some other languages; but ended up just using coc as I can't justify using YCM once a year (if that) -- too much "headache" for not a lot of use, you know?
-
Auto-completion problems for terraform
Plug 'https://github.com/neoclide/coc.nvim' " Auto Completion
-
I like Tabasco.
I do think VSCode is a great tool and I recommend it frequently to people, but I still want to set the record straight here. Yes, vim is obviously limited in the sense that as a CLI app it doesn't draw it's own PDF or HTML windows, that's fair. But it can remote control your favorite PDF viewer or browser for roughly the same functionality. I'm currently writing my thesis using vimtex and it's quite smooth. And all the other stuff you mention is implemented quite competently by various plugins like vim-fugitive, coc.nvim, vimspector and copilot.vim.
-
plugins for explorable interface and identifier highlighting
Sounds like you want vim-which-key and coc.nvim.
-
How to setup auto completion, etc. using LSP and stuff without bloating everything with a plugin manager?
Another option is to just download https://github.com/neoclide/coc.nvim Which is basically a one stop shop for completion, and it's pretty fast, it just uses nodejs instead of built in nvim lua functions.
-
How to survive without multiple cursors in vim
coc.nvim
-
How I set up Vim for writing LaTex, Python, C and C++?
dont over copy and paste example .vimrc, keep it simple and grow tooling as you use. for linting and code completion : https://github.com/neoclide/coc.nvim (easy to add languages)
nvim-autopairs
Posts with mentions or reviews of nvim-autopairs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-30.
-
Neovim for beginners
Autopairs
-
Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager
windwp/nvim-autopairs: Autopairs for neovim written by lua.
-
nvim-autopairs getting out of a pair with tab
I would like to be able to jump out of a pair generated by nvim-autopairs (https://github.com/windwp/nvim-autopairs) using a Tab. To me it is impossible to get out of the habit of using tab for it, as placing an autopair looks and feel like a snippet, and I typically move out of a snippet with a tab.
-
Noobie Needs a Nudge
A couple nice quality of life plugins would be: Comment (which lets you use a keybinding to comment/uncomment things), Autopairs (which will make the paired brackets/parentheses/etc.), and Rainbow2 (which color-matches the pairs if things like parentheses).
-
Set it and forget it plugins?
abecodes/tabout.nvim windwp/nvim-autopairs
-
mini.files - navigate and manipulate file system (with column view and editing text)
As an example, I give a slight edge to windwp/nvim-autopairs because it can turn 'test' into {'test'} just by pressing { instead of me having to use surround with something like gzaa'{
-
What's your solution to move between " "?
autopairs has worked for me
- Pair autoclose plugin
-
When pressing completing the suggestion for a method using `cmp` and `LSP`, is possible to have the arguments in the the completion?
I think I have two plugins that affect this -- nvim-autopairs and cmp
-
How to add "|" to auto-pairs for it to be automatically paired-up with another "|"?
For Rust closures, I'd like to have an autopair for "|" -- any idea how to actually add that to the nvim-autopairs plugin? (https://github.com/windwp/nvim-autopairs) This plugin has a lot of fancy stuff I do not need, but I'm not sure how to do this very basic thing.
What are some alternatives?
When comparing coc-ccls and nvim-autopairs you can also consider the following projects:
awesome-vscode - 🎨 A curated list of delightful VS Code packages and resources.
smart-pairs - Ultimate smart pairs written in lua!
nvim-cmp - A completion plugin for neovim coded in Lua.
autoclose.nvim - A minimalist Neovim plugin that auto pairs & closes brackets
coc-diagnostic - diagnostic-languageserver extension for coc.nvim
telescope-file-browser.nvim - File Browser extension for telescope.nvim