Home Go
Post
Cancel

Go

Go Neovim Configuration Information

NvChad based Neovim config with Go formatting, debugging, and diagnostics. Dreams of Code video tutorial

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

Git repository

https://github.com/dreamsofcode-io/neovim-go-config

Website

https://nvchad.com

YouTube channel

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

Lazy managed plugins

Go Keymaps

normal mode keymaps

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

visual mode keymaps

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

operator mode keymaps

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

Python

Cpp