KickstartPython Neovim Configuration Information
Kickstart configuration tailored for use with Python
- Install and initialize:
lazyman -x KickstartPython
- Configuration category: Starter
- Base configuration: Kickstart
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-KickstartPython
Git repository
https://github.com/doctorfree/kickstart-python.nvim
Lazy managed plugins
- numToStr/Comment.nvim
- L3MON4D3/LuaSnip
- hrsh7th/cmp-nvim-lsp
- saadparwaiz1/cmp_luasnip
- stevearc/conform.nvim
- j-hui/fidget.nvim
- rafamadriz/friendly-snippets
- lewis6991/gitsigns.nvim
- lukas-reineke/indent-blankline.nvim
- Vigemus/iron.nvim
- folke/lazy.nvim
- nvim-lualine/lualine.nvim
- williamboman/mason-lspconfig.nvim
- WhoIsSethDaniel/mason-tool-installer.nvim
- jay-babu/mason-nvim-dap.nvim
- nvim-neo-tree/neo-tree.nvim
- folke/neodev.nvim
- danymat/neogen
- MunifTanjim/nui.nvim
- hrsh7th/nvim-cmp
- jay-babu/mason-nvim-dap.nvim
- mfussenegger/nvim-dap-python
- rcarriga/nvim-dap-ui
- neovim/nvim-lspconfig
- chrisgrieser/nvim-puppeteer
- nvim-treesitter/nvim-treesitter
- nvim-treesitter/nvim-treesitter-textobjects
- kyazdani42/nvim-web-devicons
- navarasu/onedark.nvim
- nvim-lua/plenary.nvim
- nvim-telescope/telescope-fzf-native.nvim
- nvim-telescope/telescope.nvim
- folke/tokyonight.nvim
- linux-cultist/venv-selector.nvim
- tpope/vim-fugitive
- Vimjas/vim-python-pep8-indent
- tpope/vim-rhubarb
- tpope/vim-sleuth
- folke/which-key.nvim
KickstartPython Keymaps
Normal mode keymaps
Description | |
---|---|
Left hand side | % |
Right hand side | <Plug>(MatchitNormalForward) |
Description | Nvim builtin |
---|---|
Left hand side | & |
Right hand side | :&&<CR> |
Description | Send-to-REPL Operator |
---|---|
Left hand side | + |
Right hand side |
Description | Send Line to REPL |
---|---|
Left hand side | ++ |
Right hand side |
Description | Open diagnostics list |
---|---|
Left hand side | ,q |
Right hand side |
Description | Open floating diagnostic message |
---|---|
Left hand side | ,e |
Right hand side |
Description | [S]earch [R]resume |
---|---|
Left hand side | ,sr |
Right hand side |
Description | [S]earch [D]iagnostics |
---|---|
Left hand side | ,sd |
Right hand side |
Description | [S]earch by [G]rep |
---|---|
Left hand side | ,sg |
Right hand side |
Description | [S]earch current [W]ord |
---|---|
Left hand side | ,sw |
Right hand side |
Description | [S]earch [H]elp |
---|---|
Left hand side | ,sh |
Right hand side |
Description | [S]earch [F]iles |
---|---|
Left hand side | ,sf |
Right hand side |
Description | Search [G]it [F]iles |
---|---|
Left hand side | ,gf |
Right hand side |
Description | [/] Fuzzily search in current buffer |
---|---|
Left hand side | ,/ |
Right hand side |
Description | [ ] Find existing buffers |
---|---|
Left hand side | , |
Right hand side |
Description | [?] Find recently opened files |
---|---|
Left hand side | ,? |
Right hand side |
Description | Terminate Debugger |
---|---|
Left hand side | ,dt |
Right hand side |
Description | Add Breakpoint |
---|---|
Left hand side | ,db |
Right hand side |
Description | Start/Continue Debugger |
---|---|
Left hand side | ,dc |
Right hand side |
Description | Code Action |
---|---|
Left hand side | ,c |
Right hand side |
Description | Add Docstring |
---|---|
Left hand side | ,a |
Right hand side |
Description | Toggle Debugger UI |
---|---|
Left hand side | ,du |
Right hand side |
Description | Restart REPL |
---|---|
Left hand side | ,I |
Right hand side |
Description | Toggle REPL |
---|---|
Left hand side | ,i |
Right hand side |
Description | Format |
---|---|
Left hand side | ,f |
Right hand side |
Description | Nvim builtin |
---|---|
Left hand side | Y |
Right hand side | y$ |
Description | Go to previous diagnostic message |
---|---|
Left hand side | [d |
Right hand side |
Description | |
---|---|
Left hand side | [% |
Right hand side | <Plug>(MatchitNormalMultiBackward) |
Description | Go to next diagnostic message |
---|---|
Left hand side | ]d |
Right hand side |
Description | |
---|---|
Left hand side | ]% |
Right hand side | <Plug>(MatchitNormalMultiForward) |
Description | |
---|---|
Left hand side | gx |
Right hand side | <Plug>NetrwBrowseX |
Description | |
---|---|
Left hand side | g% |
Right hand side | <Plug>(MatchitNormalBackward) |
Description | Comment insert end of line |
---|---|
Left hand side | gcA |
Right hand side |
Description | Comment insert above |
---|---|
Left hand side | gcO |
Right hand side |
Description | Comment insert below |
---|---|
Left hand side | gco |
Right hand side |
Description | Comment toggle current block |
---|---|
Left hand side | gbc |
Right hand side |
Description | Comment toggle current line |
---|---|
Left hand side | gcc |
Right hand side |
Description | Comment toggle blockwise |
---|---|
Left hand side | gb |
Right hand side | <Plug>(comment_toggle_blockwise) |
Description | Comment toggle linewise |
---|---|
Left hand side | gc |
Right hand side | <Plug>(comment_toggle_linewise) |
Description | Goto Definition |
---|---|
Left hand side | gd |
Right hand side |
Description | Goto References |
---|---|
Left hand side | gr |
Right hand side |
Description | |
---|---|
Left hand side | j |
Right hand side | v:count == 0 ? 'gj' : 'j' |
Description | |
---|---|
Left hand side | k |
Right hand side | v:count == 0 ? 'gk' : 'k' |
Description | |
---|---|
Left hand side | y<C-G> |
Right hand side | :<C-U>call setreg(v:register, fugitive#Object(@%))<CR> |
Description | |
---|---|
Left hand side | <Plug>NetrwBrowseX |
Right hand side | :call netrw#BrowseX(netrw#GX(),netrw#CheckIfRemote(netrw#GX()))<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitNormalMultiForward) |
Right hand side | :<C-U>call matchit#MultiMatch("W", "n")<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitNormalMultiBackward) |
Right hand side | :<C-U>call matchit#MultiMatch("bW", "n")<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitNormalBackward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',0,'n')<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitNormalForward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',1,'n')<CR> |
Description | Comment toggle blockwise with count |
---|---|
Left hand side | <Plug>(comment_toggle_blockwise_count) |
Right hand side |
Description | Comment toggle linewise with count |
---|---|
Left hand side | <Plug>(comment_toggle_linewise_count) |
Right hand side |
Description | Comment toggle current block |
---|---|
Left hand side | <Plug>(comment_toggle_blockwise_current) |
Right hand side |
Description | Comment toggle current line |
---|---|
Left hand side | <Plug>(comment_toggle_linewise_current) |
Right hand side |
Description | Comment toggle blockwise |
---|---|
Left hand side | <Plug>(comment_toggle_blockwise) |
Right hand side |
Description | Comment toggle linewise |
---|---|
Left hand side | <Plug>(comment_toggle_linewise) |
Right hand side |
Description | |
---|---|
Left hand side | <Plug>fugitive: |
Right hand side |
|
Description | |
---|---|
Left hand side | <Plug>fugitive:y<C-G> |
Right hand side | :<C-U>call setreg(v:register, fugitive#Object(@%))<CR> |
Description | |
---|---|
Left hand side | <Plug>luasnip-expand-repeat |
Right hand side |
Description | |
---|---|
Left hand side | <Plug>luasnip-delete-check |
Right hand side |
Description | |
---|---|
Left hand side | <Plug>PlenaryTestFile |
Right hand side | :lua require('plenary.test_harness').test_file(vim.fn.expand("%:p"))<CR> |
Description | Nvim builtin |
---|---|
Left hand side | <C-L> |
Right hand side | <Cmd>nohlsearch|diffupdate|normal! <C-L><CR> |
Visual mode keymaps
Description | Nvim builtin |
---|---|
Left hand side | # |
Right hand side | y?\V<C-R>"<CR> |
Description | |
---|---|
Left hand side | % |
Right hand side | <Plug>(MatchitVisualForward) |
Description | Nvim builtin |
---|---|
Left hand side | * |
Right hand side | y/\V<C-R>"<CR> |
Description | Send-to-REPL Operator |
---|---|
Left hand side | + |
Right hand side |
Description | |
---|---|
Left hand side | [% |
Right hand side | <Plug>(MatchitVisualMultiBackward) |
Description | |
---|---|
Left hand side | ]% |
Right hand side | <Plug>(MatchitVisualMultiForward) |
Description | |
---|---|
Left hand side | a% |
Right hand side | <Plug>(MatchitVisualTextObject) |
Description | |
---|---|
Left hand side | gx |
Right hand side | <Plug>NetrwBrowseXVis |
Description | |
---|---|
Left hand side | g% |
Right hand side | <Plug>(MatchitVisualBackward) |
Description | Comment toggle blockwise (visual) |
---|---|
Left hand side | gb |
Right hand side | <Plug>(comment_toggle_blockwise_visual) |
Description | Comment toggle linewise (visual) |
---|---|
Left hand side | gc |
Right hand side | <Plug>(comment_toggle_linewise_visual) |
Description | |
---|---|
Left hand side | <Plug>NetrwBrowseXVis |
Right hand side | :<C-U>call netrw#BrowseXVis()<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitVisualTextObject) |
Right hand side | <Plug>(MatchitVisualMultiBackward)o<Plug>(MatchitVisualMultiForward) |
Description | |
---|---|
Left hand side | <Plug>(MatchitVisualMultiForward) |
Right hand side | :<C-U>call matchit#MultiMatch("W", "n")<CR>m'gv`` |
Description | |
---|---|
Left hand side | <Plug>(MatchitVisualMultiBackward) |
Right hand side | :<C-U>call matchit#MultiMatch("bW", "n")<CR>m'gv`` |
Description | |
---|---|
Left hand side | <Plug>(MatchitVisualBackward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',0,'v')<CR>m'gv`` |
Description | |
---|---|
Left hand side | <Plug>(MatchitVisualForward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',1,'v')<CR>:if col("''") != col("$") | exe ":normal! m'" | endif<CR>gv`` |
Description | Comment toggle blockwise (visual) |
---|---|
Left hand side | <Plug>(comment_toggle_blockwise_visual) |
Right hand side | <Esc><Cmd>lua require("Comment.api").locked("toggle.blockwise")(vim.fn.visualmode())<CR> |
Description | Comment toggle linewise (visual) |
---|---|
Left hand side | <Plug>(comment_toggle_linewise_visual) |
Right hand side | <Esc><Cmd>lua require("Comment.api").locked("toggle.linewise")(vim.fn.visualmode())<CR> |
Description | |
---|---|
Left hand side | <Plug>luasnip-expand-repeat |
Right hand side |
Operator mode keymaps
Description | |
---|---|
Left hand side | % |
Right hand side | <Plug>(MatchitOperationForward) |
Description | |
---|---|
Left hand side | [% |
Right hand side | <Plug>(MatchitOperationMultiBackward) |
Description | |
---|---|
Left hand side | ]% |
Right hand side | <Plug>(MatchitOperationMultiForward) |
Description | |
---|---|
Left hand side | g% |
Right hand side | <Plug>(MatchitOperationBackward) |
Description | |
---|---|
Left hand side | <Plug>(MatchitOperationMultiForward) |
Right hand side | :<C-U>call matchit#MultiMatch("W", "o")<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitOperationMultiBackward) |
Right hand side | :<C-U>call matchit#MultiMatch("bW", "o")<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitOperationBackward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',0,'o')<CR> |
Description | |
---|---|
Left hand side | <Plug>(MatchitOperationForward) |
Right hand side | :<C-U>call matchit#Match_wrapper('',1,'o')<CR> |
Description | |
---|---|
Left hand side | <Plug>luasnip-expand-repeat |
Right hand side |