Home Cpp
Post
Cancel

Cpp

Cpp Neovim Configuration Information

‘NvChad’ based Neovim config with C++ formatting, debugging, and diagnostics. Dreams of Code video tutorial

  • Install and initialize: lazyman -L Cpp
  • Configuration category: Language
  • Base configuration: NvChad
  • Plugin manager: Lazy
  • Installation location: ~/.config/nvim-Cpp

Git repository

https://github.com/dreamsofcode-io/neovim-cpp

Website

https://nvchad.com

YouTube channel

https://www.youtube.com/@dreamsofcode

Lazy managed plugins

Cpp Keymaps

normal mode keymaps

DescriptionLHSRHS  
     
    
Nvim builtin&:&&  
    
Nvim builtinYy$  
 `   
 c   
 g   
Comment toggle current linegcc   
Comment toggle linewisegc   
Comment toggle current blockgbc   
Comment toggle blockwisegb   
 v   
Nvim builtinnohlsearchdiffupdatenormal!

visual mode keymaps

DescriptionLHSRHS
Nvim builtin#y?\V"
Nvim builtin*y/\V"
Comment toggle blockwise (visual)gb 
Comment toggle linewise (visual)gc 

operator mode keymaps

DescriptionLHSRHS
Comment toggle linewisegc 
Comment toggle blockwisegb 
This post is licensed under CC BY 4.0 by the author.
Contents

Go

NvChad