vim-c-cpp-modern
vim-rst
vim-c-cpp-modern | vim-rst | |
---|---|---|
5 | 3 | |
579 | 22 | |
1.4% | - | |
5.3 | 4.7 | |
26 days ago | 5 months ago | |
Vim Script | Vim Script | |
- | - |
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-c-cpp-modern
-
vim-cpp-modern Plugin Installation Trouble
mkdir pack mkdir pack/plugins mkdir pack/plugins/start cd ~/.vim/pack/plugins/start git clone --depth=1 https://github.com/bfrg/vim-cpp-modern
-
How to make C functions like printf or user made functions highlighted in Vim?
I personally just use vim-cpp-modern because it supports C and C++ and highlights most things well. I've also tweaked it to highlight identifiers in most situations (so far it's correct for everything except C++ templates).
- Syntax highlighting for C
-
C++ syntax highlighting for my classes
I’ve been using, and loving, this syntax highlighting plugin for C++, and one thing I love about it is that the names of STL types get highlighting. That’s real nice, but what I really want is similar syntax highlighting for my own classes, working across files.
-
Nice and colorful .vimrc file for python and C++?
As far as better syntax highlighting you can have a look at this for C++ and this for python.
vim-rst
-
TIL you can open a URL under cursor by pressing "gx". Just started using Vim + Markdown for taking notes, highly recommended.
The same thing for reStructuredText is described here. For markdown it is similar and there is also a link to implementation.
-
Any ASCIIDOC VIM users care to share tips/workflow..
Having deep NIH (Not Invented Here) syndrom :), I have also built https://github.com/habamax/vim-rst
- vim-rst: another reStructuredText for vim
What are some alternatives?
modern-cpp-tutorial - 📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
vim-asciidoctor - Asciidoctor plugin for Vim
modern-cpp-features - A cheatsheet of modern C++ language and library features.
vim-svelte-plugin - Vim syntax and indent plugin for .svelte files
abook.vim - Syntax highlighting for abook's addressbook.
vim-gf-python - Plugin to enhance support for vim's 'gf' map in python.
Ark.vim - Syntax highlighting plugin for https://github.com/ArkScript-lang/Ark
neovim - Vim-fork focused on extensibility and usability
python-syntax - Python syntax highlighting for Vim
Vim - The official Vim repository
libcudacxx - [ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl
vim-vue-plugin - Vim syntax and indent plugin for .vue files