Barebones Neovim Configuration Information
Bare bones LazyVim configuration by Traap with a video introduction
- Install and initialize:
lazyman -x Barebones - Configuration category: Starter
- Base configuration: LazyVim
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-Barebones
Git repository
https://github.com/Traap/barebones
YouTube channel
https://www.youtube.com/@traap.
Lazy managed plugins
- LazyVim/LazyVim
- L3MON4D3/LuaSnip
- b0o/SchemaStore.nvim
- goolord/alpha-nvim
- akinsho/bufferline.nvim
- catppuccin/nvim
- p00f/clangd_extensions.nvim
- hrsh7th/cmp-buffer
- hrsh7th/cmp-nvim-lsp
- hrsh7th/cmp-path
- saadparwaiz1/cmp_luasnip
- Saecki/crates.nvim
- stevearc/dressing.nvim
- folke/flash.nvim
- rafamadriz/friendly-snippets
- lewis6991/gitsigns.nvim
- lukas-reineke/indent-blankline.nvim
- folke/lazy.nvim
- nvim-lualine/lualine.nvim
- williamboman/mason-lspconfig.nvim
- jay-babu/mason-nvim-dap.nvim
- jay-babu/mason-nvim-dap.nvim
- echasnovski/mini.ai
- echasnovski/mini.bufremove
- echasnovski/mini.comment
- echasnovski/mini.indentscope
- echasnovski/mini.pairs
- echasnovski/mini.surround
- nvim-neo-tree/neo-tree.nvim
- folke/neoconf.nvim
- folke/neodev.nvim
- folke/noice.nvim
- MunifTanjim/nui.nvim
- jayp0521/mason-null-ls.nvim
- hrsh7th/nvim-cmp
- jay-babu/mason-nvim-dap.nvim
- leoluz/nvim-dap-go
- mfussenegger/nvim-dap-python
- suketa/nvim-dap-ruby
- rcarriga/nvim-dap-ui
- theHamsta/nvim-dap-virtual-text
- neovim/nvim-lspconfig
- SmiteshP/nvim-navic
- rcarriga/nvim-notify
- nvim-pack/nvim-spectre
- nvim-treesitter/nvim-treesitter
- nvim-treesitter/nvim-treesitter-textobjects
- JoosepAlviste/nvim-ts-context-commentstring
- kyazdani42/nvim-web-devicons
- folke/persistence.nvim
- nvim-lua/plenary.nvim
- simrat39/rust-tools.nvim
- roobert/tailwindcss-colorizer-cmp.nvim
- nvim-telescope/telescope.nvim
- folke/todo-comments.nvim
- folke/tokyonight.nvim
- folke/trouble.nvim
- jose-elias-alvarez/typescript.nvim
- linux-cultist/venv-selector.nvim
- RRethy/vim-illuminate
- dstein64/vim-startuptime
- folke/which-key.nvim
Barebones Keymaps
Normal mode keymaps
| Description | Restore Session |
|---|---|
| Left hand side | qs |
| Right hand side |
| Description | Don’t Save Current Session |
|---|---|
| Left hand side | qd |
| Right hand side |
| Description | Restore Last Session |
|---|---|
| Left hand side | ql |
| Right hand side |
| Description | Dismiss All |
|---|---|
| Left hand side | snd |
| Right hand side |
| Description | Noice All |
|---|---|
| Left hand side | sna |
| Right hand side |
| Description | Noice History |
|---|---|
| Left hand side | snh |
| Right hand side |
| Description | Noice Last Message |
|---|---|
| Left hand side | snl |
| Right hand side |
| Description | Terminate |
|---|---|
| Left hand side | dt |
| Right hand side |
| Description | Session |
|---|---|
| Left hand side | ds |
| Right hand side |
| Description | Toggle REPL |
|---|---|
| Left hand side | dr |
| Right hand side |
| Description | Pause |
|---|---|
| Left hand side | dp |
| Right hand side |
| Description | Step Over |
|---|---|
| Left hand side | dO |
| Right hand side |
| Description | Step Out |
|---|---|
| Left hand side | do |
| Right hand side |
| Description | Run Last |
|---|---|
| Left hand side | dl |
| Right hand side |
| Description | Up |
|---|---|
| Left hand side | dk |
| Right hand side |
| Description | Down |
|---|---|
| Left hand side | dj |
| Right hand side |
| Description | Step Into |
|---|---|
| Left hand side | di |
| Right hand side |
| Description | Go to line (no execute) |
|---|---|
| Left hand side | dg |
| Right hand side |
| Description | Run to Cursor |
|---|---|
| Left hand side | dC |
| Right hand side |
| Description | Continue |
|---|---|
| Left hand side | dc |
| Right hand side |
| Description | Toggle Breakpoint |
|---|---|
| Left hand side | db |
| Right hand side |
| Description | Breakpoint Condition |
|---|---|
| Left hand side | dB |
| Right hand side |
| Description | Widgets |
|---|---|
| Left hand side | dw |
| Right hand side |
| Description | Mason |
|---|---|
| Left hand side | cm |
| Right hand side |
| Description | Select VirtualEnv |
|---|---|
| Left hand side | cv |
| Right hand side |
| Description | Delete non-pinned buffers |
|---|---|
| Left hand side | bP |
| Right hand side |
| Description | Toggle pin |
|---|---|
| Left hand side | bp |
| Right hand side |
| Description | Debug Method |
|---|---|
| Left hand side | dPt |
| Right hand side |
| Description | Debug Class |
|---|---|
| Left hand side | dPc |
| Right hand side |
| Description | Dismiss all Notifications |
|---|---|
| Left hand side | un |
| Right hand side |
| Description | Todo/Fix/Fixme |
|---|---|
| Left hand side | sT |
| Right hand side |
| Description | Todo |
|---|---|
| Left hand side | st |
| Right hand side |
| Description | Todo/Fix/Fixme (Trouble) |
|---|---|
| Left hand side | xT |
| Right hand side |
| Description | Todo (Trouble) |
|---|---|
| Left hand side | xt |
| Right hand side |
| Description | Workspace Diagnostics (Trouble) |
|---|---|
| Left hand side | xX |
| Right hand side |
| Description | Document Diagnostics (Trouble) |
|---|---|
| Left hand side | xx |
| Right hand side |
| Description | Quickfix List (Trouble) |
|---|---|
| Left hand side | xQ |
| Right hand side |
| Description | Location List (Trouble) |
|---|---|
| Left hand side | xL |
| Right hand side |
| Description | Delete Buffer |
|---|---|
| Left hand side | bd |
| Right hand side |
| Description | Delete Buffer (Force) |
|---|---|
| Left hand side | bD |
| Right hand side |
| Description | Search Highlight Groups |
|---|---|
| Left hand side | sH |
| Right hand side |
| Description | Help Pages |
|---|---|
| Left hand side | sh |
| Right hand side |
| Description | Grep (cwd) |
|---|---|
| Left hand side | sG |
| Right hand side |
| Description | Grep (root dir) |
|---|---|
| Left hand side | sg |
| Right hand side |
| Description | Workspace diagnostics |
|---|---|
| Left hand side | sD |
| Right hand side |
| Description | Document diagnostics |
|---|---|
| Left hand side | sd |
| Right hand side |
| Description | Commands |
|---|---|
| Left hand side | sC |
| Right hand side |
| Description | Command History |
|---|---|
| Left hand side | sc |
| Right hand side |
| Description | Buffer |
|---|---|
| Left hand side | sb |
| Right hand side |
| Description | Auto Commands |
|---|---|
| Left hand side | sa |
| Right hand side |
| Description | Registers |
|---|---|
| Left hand side | s" |
| Right hand side |
| Description | status |
|---|---|
| Left hand side | gs |
| Right hand side |
| Description | commits |
|---|---|
| Left hand side | gc |
| Right hand side |
| Description | Recent (cwd) |
|---|---|
| Left hand side | fR |
| Right hand side |
| Description | Recent |
|---|---|
| Left hand side | fr |
| Right hand side |
| Description | Find Files (cwd) |
|---|---|
| Left hand side | fF |
| Right hand side |
| Description | Find Files (root dir) |
|---|---|
| Left hand side | ff |
| Right hand side |
| Description | Buffers |
|---|---|
| Left hand side | fb |
| Right hand side |
| Description | Grep (root dir) |
|---|---|
| Left hand side | / |
| Right hand side |
| Description | Switch Buffer |
|---|---|
| Left hand side | , |
| Right hand side |
| Description | Command History |
|---|---|
| Left hand side | : |
| Right hand side |
| Description | Goto Symbol (Workspace) |
|---|---|
| Left hand side | sS |
| Right hand side |
| Description | Goto Symbol |
|---|---|
| Left hand side | ss |
| Right hand side |
| Description | Colorscheme with preview |
|---|---|
| Left hand side | uC |
| Right hand side |
| Description | Word (cwd) |
|---|---|
| Left hand side | sW |
| Right hand side |
| Description | Word (root dir) |
|---|---|
| Left hand side | sw |
| Right hand side |
| Description | Resume |
|---|---|
| Left hand side | sR |
| Right hand side |
| Description | Options |
|---|---|
| Left hand side | so |
| Right hand side |
| Description | Jump to Mark |
|---|---|
| Left hand side | sm |
| Right hand side |
| Description | Man Pages |
|---|---|
| Left hand side | sM |
| Right hand side |
| Description | Key Maps |
|---|---|
| Left hand side | sk |
| Right hand side |
| Description | Replace in files (Spectre) |
|---|---|
| Left hand side | sr |
| Right hand side |
| Description | Explorer NeoTree (cwd) |
|---|---|
| Left hand side | fE |
| Right hand side |
| Description | Explorer NeoTree (root dir) |
|---|---|
| Left hand side | fe |
| Right hand side |
| Description | Explorer NeoTree (cwd) |
|---|---|
| Left hand side | E |
| Right hand side |
| Description | Explorer NeoTree (root dir) |
|---|---|
| Left hand side | e |
| Right hand side |
| Description | Eval |
|---|---|
| Left hand side | de |
| Right hand side |
| Description | Dap UI |
|---|---|
| Left hand side | du |
| Right hand side |
| Description | |
|---|---|
| Left hand side | % |
| Right hand side | <Plug>(MatchitNormalForward) |
| Description | Nvim builtin |
|---|---|
| Left hand side | & |
| Right hand side | :&&<CR> |
| Description | Flash Treesitter |
|---|---|
| Left hand side | S |
| Right hand side |
| Description | Nvim builtin |
|---|---|
| Left hand side | Y |
| Right hand side | y$ |
| Description | |
|---|---|
| Left hand side | [% |
| Right hand side | <Plug>(MatchitNormalMultiBackward) |
| Description | Previous todo comment |
|---|---|
| Left hand side | [t |
| Right hand side |
| Description | Previous trouble/quickfix item |
|---|---|
| Left hand side | [q |
| Right hand side |
| Description | Prev Reference |
|---|---|
| Left hand side | [[ |
| Right hand side |
| Description | |
|---|---|
| Left hand side | ]% |
| Right hand side | <Plug>(MatchitNormalMultiForward) |
| Description | Next todo comment |
|---|---|
| Left hand side | ]t |
| Right hand side |
| Description | Next trouble/quickfix item |
|---|---|
| Left hand side | ]q |
| Right hand side |
| Description | Next Reference |
|---|---|
| Left hand side | ]] |
| Right hand side |
| Description | |
|---|---|
| Left hand side | g% |
| Right hand side | <Plug>(MatchitNormalBackward) |
| Description | Replace surrounding |
|---|---|
| Left hand side | gzr |
| Right hand side |
| Description | Find right surrounding |
|---|---|
| Left hand side | gzf |
| Right hand side |
| Description | Delete surrounding |
|---|---|
| Left hand side | gzd |
| Right hand side |
| Description | Update MiniSurround.config.n_lines |
|---|---|
| Left hand side | gzn |
| Right hand side |
| Description | Add surrounding |
|---|---|
| Left hand side | gza |
| Right hand side |
| Description | Find left surrounding |
|---|---|
| Left hand side | gzF |
| Right hand side |
| Description | Highlight surrounding |
|---|---|
| Left hand side | gzh |
| Right hand side |
| Description | Flash |
|---|---|
| Left hand side | s |
| Right hand side |
| 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 | Scroll forward |
|---|---|
| Left hand side | <C-F> |
| Right hand side |
| Description | Scroll backward |
|---|---|
| Left hand side | <C-B> |
| Right hand side |
| Description | Increment selection |
|---|---|
| Left hand side | <C-Space> |
| Right hand side |
| Description | Nvim builtin |
|---|---|
| Left hand side | <C-L> |
| Right hand side | <Cmd>nohlsearch|diffupdate|normal! <C-L><CR> |
Visual mode keymaps
| Description | Selection (cwd) |
|---|---|
| Left hand side | sW |
| Right hand side |
| Description | Selection (root dir) |
|---|---|
| Left hand side | sw |
| Right hand side |
| Description | Eval |
|---|---|
| Left hand side | de |
| Right hand side |
| 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 | Treesitter Search |
|---|---|
| Left hand side | R |
| Right hand side |
| Description | Flash Treesitter |
|---|---|
| Left hand side | S |
| 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 | g% |
| Right hand side | <Plug>(MatchitVisualBackward) |
| Description | Add surrounding |
|---|---|
| Left hand side | gza |
| Right hand side |
| Description | Flash |
|---|---|
| Left hand side | s |
| Right hand side |
| 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 | Decrement selection |
|---|---|
| Left hand side | <BS> |
| Right hand side |
Operator mode keymaps
| Description | |
|---|---|
| Left hand side | % |
| Right hand side | <Plug>(MatchitOperationForward) |
| Description | Treesitter Search |
|---|---|
| Left hand side | R |
| Right hand side |
| Description | Flash Treesitter |
|---|---|
| Left hand side | S |
| Right hand side |
| 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 | Remote Flash |
|---|---|
| Left hand side | r |
| Right hand side |
| Description | Flash |
|---|---|
| Left hand side | s |
| Right hand side |
| 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> |