daniel-vera-g / dotfiles

My personal list of dotfiles.
1 stars 0 forks source link

Vim c/c++ setup #191

Open daniel-vera-g opened 4 years ago

daniel-vera-g commented 4 years ago

Sources: https://www.reddit.com/r/vim/comments/5iz4cw/making_a_vim_setup_for_cc/ Snippets: https://github.com/kracejic/snippetinabox.vim https://github.com/JBakamovic/yavide Language server: https://github.com/JBakamovic/cxxd

TODO:

https://www.thegeekstuff.com/2009/01/tutorial-make-vim-as-your-cc-ide-using-cvim-plugin/ | Tutorial: Make Vim as Your C/C++ IDE Using c.vim Plugin https://github.com/JBakamovic/cxxd | JBakamovic/cxxd: C/C++ language server implemented on top of Clang frontend. https://github.com/JBakamovic/cxxd-vim | JBakamovic/cxxd-vim: Vim frontend implementation for cxxd server. https://github.com/kracejic/dotfiles | kracejic/dotfiles: my personal dotfiles for tmux, bash, vim and git https://www.google.com/search?client=firefox-b-d&q=Ultisnips | Ultisnips - Google Search https://www.alexeyshmalko.com/2014/using-vim-as-c-cpp-ide/ | Using Vim as C/C++ IDE | Alexey Shmalko’s blog https://gist.github.com/rocarvaj/2513367 | Minimal .vimrc for C/C++ developers https://www.youtube.com/watch?v=0YoNrTQCrHg | My Neovim Configuration - YouTube https://stackoverflow.com/questions/14533877/ideal-c-setup-for-vim | Ideal C Setup for Vim - Stack Overflow https://www.youtube.com/watch?v=zF9EcpYb1KE | THE PERFECT VIM CONFIGURATION - YouTube https://www.youtube.com/watch?v=MG91ihb0oZ0 | vim and tmux with c++/c - YouTube https://www.vim.org/scripts/script.php?script_id=213 | c.vim - C/C++ IDE -- Write and run programs. Insert statements, idioms, comments etc. : vim online https://idorobotics.com/2018/04/01/setting-up-vim-for-c-development/ | Setting up Vim for C++ development – Robotics. And other stuff too. https://www.quora.com/What-is-a-simple-solution-in-setting-up-Vim-for-C-programming | What is a simple solution in setting up Vim for C programming? - Quora https://alex.dzyoba.com/blog/vim-revamp/ | How I revamped my Vim setup | There is no magic here https://www.youtube.com/watch?v=YD9aFIvlQYs | Turn Vim & Tmux into an IDE like environment - YouTube https://www.youtube.com/watch?v=XA2WjJbmmoM | How to Do 90% of What Plugins Do (With Just Vim) - YouTube https://www.youtube.com/watch?v=QSfQdaRJ_nQ | Using vim as-you-type syntax checking in C++ - YouTube https://spacevim.org/use-vim-as-a-c-cpp-ide/ | Use Vim as a C/C++ IDE | SpaceVim https://vimawesome.com/plugin/vim-cpp-modern | vim-cpp-modern - Vim Awesome https://medium.com/@crashybang/supercharge-vim-with-fzf-and-ripgrep-d4661fc853d2 | Supercharge Vim with Fzf and Ripgrep - Otis Wright - Medium https://www.google.com/search?client=firefox-b-d&q=deoplete+c+c%2B%2B | deoplete c c++ - Google Search

https://stackoverflow.com/questions/4237817/configuring-vim-for-c https://spacevim.org/use-vim-as-a-c-cpp-ide/ https://www.vim.org/scripts/script.php?script_id=213 https://www.alexeyshmalko.com/2014/using-vim-as-c-cpp-ide/