Shuvro Neovim Configuration Information
Significantly improved fork of Abouzar Parvan’s advanced ‘LunarVim’ config
- Install and initialize:
lazyman -L Shuvro - Configuration category: Language
- Base configuration: LunarVim
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-Shuvro
Git repository
https://github.com/shuvro/lvim
Website
Lazy managed plugins
- numToStr/Comment.nvim
- L3MON4D3/LuaSnip
- goolord/alpha-nvim
- lunarvim/bigfile.nvim
- akinsho/bufferline.nvim
- catppuccin/nvim
- hrsh7th/cmp-buffer
- kdheepak/cmp-latex-symbols
- hrsh7th/cmp-nvim-lsp
- hrsh7th/cmp-path
- tzachar/cmp-tabnine
- saadparwaiz1/cmp_luasnip
- j-hui/fidget.nvim
- akinsho/flutter-tools.nvim
- rafamadriz/friendly-snippets
- lewis6991/gitsigns.nvim
- ThePrimeagen/harpoon
- phaazon/hop.nvim
- b0o/incline.nvim
- lukas-reineke/indent-blankline.nvim
- rebelot/kanagawa.nvim
- folke/lazy.nvim
- ray-x/lsp_signature.nvim
- nvim-lualine/lualine.nvim
- lunarvim/lunar.nvim
- iamcco/markdown-preview.nvim
- williamboman/mason-lspconfig.nvim
- jay-babu/mason-nvim-dap.nvim
- folke/neodev.nvim
- danymat/neogen
- nvim-neotest/neotest-go
- nvim-neotest/neotest-python
- rouge8/neotest-rust
- tamago324/nlsp-settings.nvim
- MunifTanjim/nui.nvim
- jayp0521/mason-null-ls.nvim
- windwp/nvim-autopairs
- kevinhwang91/nvim-bqf
- hrsh7th/nvim-cmp
- norcalli/nvim-colorizer.lua
- mfussenegger/nvim-jdtls
- neovim/nvim-lspconfig
- AckslD/nvim-neoclip.lua
- windwp/nvim-spectre
- kyazdani42/nvim-tree.lua
- nvim-treesitter/nvim-treesitter
- nvim-treesitter/nvim-treesitter-textobjects
- JoosepAlviste/nvim-ts-context-commentstring
- kyazdani42/nvim-web-devicons
- lunarvim/onedarker.nvim
- olimorris/persisted.nvim
- nvim-lua/plenary.nvim
- nvim-lua/popup.nvim
- ahmedkhalf/project.nvim
- rose-pine/neovim
- b0o/schemastore.nvim
- cshuaimin/ssr.nvim
- Tastyep/structlog.nvim
- simrat39/symbols-outline.nvim
- abecodes/tabout.nvim
- nvim-telescope/telescope-fzf-native.nvim
- nvim-telescope/telescope-live-grep-args.nvim
- nvim-telescope/telescope.nvim
- folke/todo-comments.nvim
- akinsho/toggleterm.nvim
- folke/tokyonight.nvim
- folke/trouble.nvim
- folke/twilight.nvim
- mtdl9/vim-log-highlighting
- andymass/vim-matchup
- nvim-neotest/neotest-vim-test
- rcarriga/vim-ultest
- folke/which-key.nvim
- folke/zen-mode.nvim
Shuvro Keymaps
normal mode keymaps
| Description | LHS | RHS | |
|---|---|---|---|
| y | |||
| Nvim builtin | & | :&& | |
| H | |||
| L | |||
| X | |||
| Y | y$ | ||
| [b | |||
| [d | |||
| [q | :cprev | ||
| ]b | |||
| ]d | |||
| ]q | :cnext | ||
| cu | |||
| ce | |||
| gb | |||
| gc | |||
| gv | lua vim.lsp.buf.definition({on_list = function(items) vim.fn.setqflist({}, ‘r’, items) vim.cmd(‘cfirst’) end}) | ||
| gx | |||
| te | |||
| tu | |||
| :lua require(‘plenary.test_harness’).test_directory(vim.fn.expand(“%:p”)) | |||
| <C-,> | |||
| :m .+1 | |||
| :vertical resize +2 | |||
| :m .-2 | |||
| :vertical resize -2 | |||
| :resize +2 | |||
| :resize -2 | |||
| :call QuickFixToggle() | |||
visual mode keymaps
| Description | LHS | RHS |
|---|---|---|
| st | ||
| Nvim builtin | # | y?\V |
| Nvim builtin | * | y/\V |
| > | >gv | |
| gx | ||
| gc | ||
| gb | ||
| ga | ||
| p | “_dP | |
| : | ||
| :m ‘ | ||
| :m ‘>+1 |
operator mode keymaps
| Description | LHS | RHS | | ———– | — | — |