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
YouTube channel
https://www.youtube.com/@dreamsofcode
Lazy managed plugins
- numToStr/Comment.nvim
- L3MON4D3/LuaSnip
- NvChad/base46
- hrsh7th/cmp-buffer
- hrsh7th/cmp-nvim-lsp
- hrsh7th/cmp-nvim-lua
- hrsh7th/cmp-path
- saadparwaiz1/cmp_luasnip
- NvChad/extensions
- rafamadriz/friendly-snippets
- lewis6991/gitsigns.nvim
- lukas-reineke/indent-blankline.nvim
- folke/lazy.nvim
- jay-babu/mason-nvim-dap.nvim
- jayp0521/mason-null-ls.nvim
- windwp/nvim-autopairs
- hrsh7th/nvim-cmp
- norcalli/nvim-colorizer.lua
- jay-babu/mason-nvim-dap.nvim
- mfussenegger/nvim-dap-python
- rcarriga/nvim-dap-ui
- neovim/nvim-lspconfig
- kyazdani42/nvim-tree.lua
- nvim-treesitter/nvim-treesitter
- kyazdani42/nvim-web-devicons
- NvChad/nvterm
- nvim-lua/plenary.nvim
- nvim-telescope/telescope.nvim
- bluz71/vim-nightfly-guicolors
- folke/which-key.nvim
Python Keymaps
normal mode keymaps
Description | LHS | RHS | ||
---|---|---|---|---|
” | ||||
Nvim builtin | & | :&& | ||
’ | ||||
Nvim builtin | Y | y$ | ||
` | ||||
c | ||||
g | ||||
Comment toggle blockwise | gb | |||
Comment toggle linewise | gc | |||
Comment toggle current block | gbc | |||
Comment toggle current line | gcc | |||
v | ||||
Nvim builtin | diffupdate | normal! |
visual mode keymaps
Description | LHS | RHS |
---|---|---|
Nvim builtin | # | y?\V |
Nvim builtin | * | y/\V |
Comment toggle blockwise (visual) | gb | |
Comment toggle linewise (visual) | gc |
operator mode keymaps
Description | LHS | RHS |
---|---|---|
Comment toggle blockwise | gb | |
Comment toggle linewise | gc |