vim-localvimrc VS coc-ccls

Compare vim-localvimrc vs coc-ccls and see what are their differences.

vim-localvimrc

Search local vimrc files (".lvimrc") in the tree (root dir up to current dir) and load them. (by embear)

coc-ccls

CCLS (C/C++) extension for coc.nvim (by Maxattax97)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
vim-localvimrc coc-ccls
10 53
473 25
- -
3.3 10.0
11 days ago over 4 years ago
Vim Script TypeScript
GNU General Public License v3.0 only -
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.

vim-localvimrc

Posts with mentions or reviews of vim-localvimrc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-04.
  • Project & File navigation
    20 projects | /r/vim | 4 Oct 2022
    A big part of 'project awareness' implies (to me at least!) that a project is organized in some meaningful way: test/view/model/service/domain files all relate to one another by their naming conventions and location in the project tree.When I start/join a project I look for documentation of the project's structure (or document it myself!). Then for vim:- use https://github.com/embear/vim-localvimrc - drop a .vimrc in the project so I can tweak vim to suit the project.
  • Jinja and Django development
    5 projects | /r/neovim | 29 Sep 2022
  • exrc.nvim - Secure Project Local Config for Neovim
    2 projects | /r/neovim | 10 Aug 2022
  • Software engineers on big projects using vim, are you there?
    13 projects | /r/vim | 25 Jun 2022
    Project-specific editor config: vim-localvimrc, vim-addon-local-vimrc
  • Best way to have project specific settings?
    5 projects | /r/vim | 2 Aug 2021
  • AutoSource: Manage Vim configuration for local projects
    5 projects | /r/neovim | 27 May 2021
    Looks nice. I've been a https://github.com/embear/vim-localvimrc for a long time, and it also provides the secure features you mention. The sole upper edge you got for me is by supporting lua configs it seems.
    5 projects | /r/neovim | 27 May 2021
    This is pretty much the last one, but with available commands. One I find particularly useful is LocalVimRCCleanup. I'm not sure how common of a use-case this is, but AutoSource stores the hashes of each file you approved, and a common command I run while testing is rm ~/.autosource_hashdir/* :p
  • Running Tasks in Vim
    4 projects | /r/vim | 19 Mar 2021
    Nice video. I have a similar approach for isolating project specific commands and configurations. I may borrow your idea for a project specific menu to run tasks. For a project dedicated vimrc I use embear/vim-localvimrc for a few years because it has auto discovery and auto change directory for a project, and require confirmation for loading the vimrc file.

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.

What are some alternatives?

When comparing vim-localvimrc and coc-ccls you can also consider the following projects:

tree-sitter - An incremental parsing system for programming tools

nvim-cmp - A completion plugin for neovim coded in Lua.

nvim-treesitter - Nvim Treesitter configurations and abstraction layer

awesome-vscode - 🎨 A curated list of delightful VS Code packages and resources.

coc-diagnostic - diagnostic-languageserver extension for coc.nvim

nvim-autopairs - autopairs for neovim written in lua

nerdtree - A tree explorer plugin for vim.

editorconfig-vim - EditorConfig plugin for Vim

vim-surround - surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease

exrc.vim - Local vimrc files

fzf.vim - fzf :heart: vim

language-server-protocol - Defines a common protocol for language servers.