LunarVim Neovim Configuration Information
Installs LunarVim plus the IfCodingWereNatural custom user config
- Install and initialize:
lazyman -v - Configuration category: Base
- Base configuration: LunarVim
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-LunarVim
Git repository
https://github.com/IfCodingWereNatural/minimal-nvim
Website
Lazy managed plugins
- numToStr/Comment.nvim
- L3MON4D3/LuaSnip
- goolord/alpha-nvim
- ayu-theme/ayu-vim
- lunarvim/bigfile.nvim
- akinsho/bufferline.nvim
- hrsh7th/cmp-buffer
- hrsh7th/cmp-nvim-lsp
- hrsh7th/cmp-path
- saadparwaiz1/cmp_luasnip
- zbirenbaum/copilot-cmp
- zbirenbaum/copilot.lua
- sainnhe/edge
- rafamadriz/friendly-snippets
- lewis6991/gitsigns.nvim
- ellisonleao/gruvbox.nvim
- sainnhe/gruvbox-material
- ThePrimeagen/harpoon
- phaazon/hop.nvim
- lunarvim/horizon.nvim
- lukas-reineke/indent-blankline.nvim
- folke/lazy.nvim
- tamago324/lir.nvim
- nvim-lualine/lualine.nvim
- lunarvim/lunar.nvim
- williamboman/mason-lspconfig.nvim
- jay-babu/mason-nvim-dap.nvim
- tomasr/molokai
- folke/neodev.nvim
- tamago324/nlsp-settings.nvim
- jayp0521/mason-null-ls.nvim
- windwp/nvim-autopairs
- hrsh7th/nvim-cmp
- jay-babu/mason-nvim-dap.nvim
- rcarriga/nvim-dap-ui
- neovim/nvim-lspconfig
- SmiteshP/nvim-navic
- kyazdani42/nvim-tree.lua
- nvim-treesitter/nvim-treesitter
- AckslD/nvim-trevJ.lua
- windwp/nvim-ts-autotag
- JoosepAlviste/nvim-ts-context-commentstring
- kyazdani42/nvim-web-devicons
- lunarvim/onedarker.nvim
- folke/persistence.nvim
- nvim-lua/plenary.nvim
- ahmedkhalf/project.nvim
- b0o/schemastore.nvim
- sainnhe/sonokai
- tami5/sqlite.lua
- Tastyep/structlog.nvim
- nvim-telescope/telescope-frecency.nvim
- nvim-telescope/telescope-fzf-native.nvim
- nvim-telescope/telescope.nvim
- folke/todo-comments.nvim
- akinsho/toggleterm.nvim
- folke/tokyonight.nvim
- folke/trouble.nvim
- jose-elias-alvarez/typescript.nvim
- RRethy/vim-illuminate
- tpope/vim-repeat
- felipec/vim-sanegx
- kylechui/nvim-surround
- christoomey/vim-tmux-navigator
- folke/which-key.nvim
LunarVim Keymaps
normal mode keymaps
| Description | LHS | RHS |
|---|---|---|
| j | ||
| % | ||
| Nvim builtin | & | :&& |
| F | ||
| H | :BufferLineCyclePrev | |
| L | :BufferLineCycleNext | |
| S | ||
| T | ||
| Nvim builtin | Y | y$ |
| [% | ||
| [q | :cprev | |
| ]% | ||
| ]q | :cnext | |
| cS | ||
| cs | ||
| ds | ||
| f | ||
| gx | ||
| g% | ||
| gc | ||
| gb | ||
| gn | :tabe % | |
| s | ||
| t | ||
| ySS | ||
| ySs | ||
| yss | ||
| yS | ||
| ys | ||
| zs | :lua require’telescope.builtin’.spell_suggest() | |
| :call netrw#BrowseX(netrw#GX(),netrw#CheckIfRemote(netrw#GX())) | ||
| : | ||
| : | ||
| : | ||
| : | ||
| ’^’.v:count1. | ||
| : | ||
| : | ||
| : | ||
| . | ||
| :lua require(‘plenary.test_harness’).test_directory(vim.fn.expand(“%:p”)) | ||
| Float Terminal | ||
| Vertical Terminal | ||
| Horizontal Terminal | ||
| : | ||
| :w | ||
| : | ||
| :m .+1 | ||
| : | ||
| :m .-2 | ||
| :vertical resize +2 | ||
| :vertical resize -2 | ||
| :resize +2 | ||
| :call QuickFixToggle() | ||
| :resize -2 | ||
| : | ||
| : |
visual mode keymaps
| Description | LHS | RHS | ||
|---|---|---|---|---|
| Nvim builtin | # | y?\V | ||
| % | ||||
| Nvim builtin | * | y/\V | ||
| > | >gv | |||
| S | ||||
| [% | ||||
| ]% | ||||
| a% | ||||
| gx | ||||
| g% | ||||
| gS | ||||
| gc | ||||
| gb | ||||
| : | ||||
| : | ||||
| : | ||||
| : | ||||
| : | exe “:normal! m’” | endif | ||
| : | ||||
| : | ||||
| : | ||||
| : | ||||
| : | ||||
| : | ||||
| :m ‘>+1 | ||||
| :m ‘ | ||||
| : |
operator mode keymaps
| Description | LHS | RHS |
|---|---|---|
| % | ||
| F | ||
| T | ||
| [% | ||
| ]% | ||
| f | ||
| g% | ||
| t | ||
| : | ||
| : | ||
| : | ||
| : | ||
| : | ||
| : | ||
| : | ||
| : | ||
| : |