LvimAdib Neovim Configuration Information
- Configuration category: Personal
- Base configuration: LunarVim
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-LvimAdib
Git repository
https://github.com/adibhanna/lvim-config
Website
YouTube channel
https://www.youtube.com/@adibhanna
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
- zbirenbaum/copilot-cmp
- zbirenbaum/copilot.lua
- saecki/crates.nvim
- monaqa/dial.nvim
- gpanders/editorconfig.nvim
- j-hui/fidget.nvim
- rafamadriz/friendly-snippets
- lewis6991/gitsigns.nvim
- olexsmir/gopher.nvim
- sainnhe/gruvbox-material
- lukas-reineke/indent-blankline.nvim
- folke/lazy.nvim
- tamago324/lir.nvim
- lvimuser/lsp-inlayhints.nvim
- nvim-lualine/lualine.nvim
- lunarvim/lunar.nvim
- williamboman/mason-lspconfig.nvim
- jay-babu/mason-nvim-dap.nvim
- folke/neodev.nvim
- 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
- mxsdev/nvim-dap-vscode-js
- neovim/nvim-lspconfig
- SmiteshP/nvim-navic
- 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
- nvim-lua/plenary.nvim
- ahmedkhalf/project.nvim
- simrat39/rust-tools.nvim
- b0o/schemastore.nvim
- Tastyep/structlog.nvim
- simrat39/symbols-outline.nvim
- roobert/tailwindcss-colorizer-cmp.nvim
- nvim-telescope/telescope-fzf-native.nvim
- nvim-telescope/telescope.nvim
- akinsho/toggleterm.nvim
- folke/tokyonight.nvim
- folke/trouble.nvim
- jose-elias-alvarez/typescript.nvim
- fatih/vim-go
- folke/which-key.nvim
LvimAdib Keymaps
normal mode keymaps
| Description | LHS | RHS |
|---|---|---|
| t | ||
| :Telescope buffers | ||
| o | ||
| % | ||
| Nvim builtin | & | :&& |
| H | :BufferLineCyclePrev | |
| L | :BufferLineCycleNext | |
| Nvim builtin | Y | y$ |
| [% | ||
| [q | :cprev | |
| ]% | ||
| ]q | :cnext | |
| gx | ||
| g% | ||
| g | ||
| g | ||
| gb | ||
| gc | ||
| :call netrw#BrowseX(netrw#GX(),netrw#CheckIfRemote(netrw#GX())) | ||
| : | ||
| : | ||
| : | ||
| : | ||
| :lua require(‘plenary.test_harness’).test_directory(vim.fn.expand(“%:p”)) | ||
| Float Terminal | ||
| Vertical Terminal | ||
| Horizontal Terminal | ||
| :w | ||
| :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 | |||
| J | :m ‘>+1 | |||
| K | :m ‘ | |||
| [% | ||||
| ]% | ||||
| a% | ||||
| gx | ||||
| g% | ||||
| g | ||||
| g | ||||
| gb | ||||
| gc | ||||
| : | ||||
| : | ||||
| : | ||||
| : | ||||
| : | exe “:normal! m’” | endif | ||
| :m ‘ | ||||
| :m ‘>+1 |
operator mode keymaps
| Description | LHS | RHS |
|---|---|---|
| % | ||
| [% | ||
| ]% | ||
| g% | ||
| : | ||
| : | ||
| : | ||
| : |