Home Python
Post
Cancel

Python

Python Neovim Configuration Information

‘NvChad’ based Neovim config with Python formatting, debugging, and diagnostics. Dreams of Code video tutorial. These features are included in the Base ‘NvChad’ custom add-on (lazyman -c){:target=”_blank”}{:rel=”noopener noreferrer”}

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

Git repository

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

Website

https://nvchad.com

YouTube channel

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

Lazy managed plugins

Python Keymaps

normal mode keymaps

DescriptionLHSRHS  
     
    
Nvim builtin&:&&  
    
Nvim builtinYy$  
 `   
 c   
 g   
Comment toggle blockwisegb   
Comment toggle linewisegc   
Comment toggle current blockgbc   
Comment toggle current linegcc   
 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 blockwisegb 
Comment toggle linewisegc 
This post is licensed under CC BY 4.0 by the author.
Contents

Rust

Go