JustinLvim Neovim Configuration Information
LunarVim based Neovim configuration by Justin Angeles
- Install and initialize:
lazyman -w JustinLvim
- Configuration category: Personal
- Base configuration: LunarVim
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-JustinLvim
Git repository
https://github.com/justinsgithub/dotfiles
Website
YouTube channel
https://www.youtube.com/@justindevelops
Lazy managed plugins
- numToStr/Comment.nvim
- L3MON4D3/LuaSnip
- goolord/alpha-nvim
- lunarvim/bigfile.nvim
- akinsho/bufferline.nvim
- hrsh7th/cmp-buffer
- hrsh7th/cmp-nvim-lsp
- hrsh7th/cmp-path
- saadparwaiz1/cmp_luasnip
- ja-ford/delaytrain.nvim
- stevearc/dressing.nvim
- folke/flash.nvim
- rafamadriz/friendly-snippets
- lewis6991/gitsigns.nvim
- lukas-reineke/indent-blankline.nvim
- folke/lazy.nvim
- tamago324/lir.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
- nvim-neotest/neotest
- nvim-neotest/neotest-python
- tamago324/nlsp-settings.nvim
- jayp0521/mason-null-ls.nvim
- windwp/nvim-autopairs
- hrsh7th/nvim-cmp
- norcalli/nvim-colorizer.lua
- 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
- JoosepAlviste/nvim-ts-context-commentstring
- kyazdani42/nvim-web-devicons
- justinsgithub/oh-my-monokai.nvim
- lunarvim/onedarker.nvim
- nvim-lua/plenary.nvim
- ahmedkhalf/project.nvim
- b0o/schemastore.nvim
- nvim-telescope/telescope.nvim
- Tastyep/structlog.nvim
- ChristianChiarulli/swenv.nvim
- nvim-telescope/telescope-fzf-native.nvim
- nvim-telescope/telescope.nvim
- akinsho/toggleterm.nvim
- folke/tokyonight.nvim
- panozzaj/vim-autocorrect
- RRethy/vim-illuminate
- kylechui/nvim-surround
- folke/which-key.nvim
- folke/zen-mode.nvim
JustinLvim Keymaps
normal mode keymaps
Description | LHS | RHS | |
---|---|---|---|
% | |||
Nvim builtin | & | :&& | |
> | » | ||
H | :bprev | ||
L | :bnext | ||
Flash Treesitter | S | ||
Nvim builtin | Y | y$ | |
[% | |||
[q | :cprev | ||
\j | :lua require(‘trevj’).format_at_cursor() | ||
\s | :%s///g | ||
\c | :BufferKill | ||
\w | :w | ||
\p | :BufferLinePick | ||
\O | :OpenLine above | ||
\o | :OpenLine below | ||
\z | :ZenMode | ||
\b | :BiPolar | ||
]% | |||
]q | :cnext | ||
cS | |||
cs | |||
ds | |||
gx | |||
g% | |||
Comment insert end of line | gcA | ||
Comment insert above | gcO | ||
Comment insert below | gco | ||
Comment toggle current block | gbc | ||
Comment toggle current line | gcc | ||
gb | |||
gc | |||
Flash | s | ||
ySS | |||
ySs | |||
yss | |||
yS | |||
ys | |||
”+ | |||
:call netrw#BrowseX(netrw#GX(),netrw#CheckIfRemote(netrw#GX())) | |||
: | |||
: | |||
: | |||
: | |||
’^’.v:count1. | |||
: | |||
: | |||
: | |||
. | |||
Float Terminal | |||
Vertical Terminal | |||
Horizontal Terminal | |||
:vertical resize -2 | |||
:m .+1 | |||
:resize +2 | |||
:m .-2 | |||
:resize -2 | |||
:call QuickFixToggle() | |||
:vertical resize +2 | |||
visual mode keymaps
Description | LHS | RHS | ||
---|---|---|---|---|
Nvim builtin | # | y?\V | ||
% | ||||
Nvim builtin | * | y/\V | ||
> | >gv | |||
J | :move ‘>+1 | |||
K | :move ‘ | |||
S | ||||
[% | ||||
]% | ||||
a% | ||||
gx | ||||
g% | ||||
gS | ||||
gb | ||||
gc | ||||
Flash | s | |||
”+ | ||||
: | ||||
: | ||||
: | ||||
: | ||||
: | exe “:normal! m’” | endif | ||
: | ||||
: | ||||
:m ‘ | ||||
:m ‘>+1 |
operator mode keymaps
Description | LHS | RHS |
---|---|---|
% | ||
Flash Treesitter | S | |
[% | ||
]% | ||
g% | ||
Remote Flash | r | |
Flash | s | |
: | ||
: | ||
: | ||
: |