Daniel Neovim Configuration Information
‘LunarVim’ based config of Daniel Vera Gilliard
- Install and initialize:
lazyman -w Daniel
- Configuration category: Personal
- Base configuration: LunarVim
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-Daniel
Git repository
https://github.com/daniel-vera-g/lvim
Website
Lazy managed plugins
- Pocco81/AutoSave.nvim
- numToStr/Comment.nvim
- L3MON4D3/LuaSnip
- goolord/alpha-nvim
- skywind3000/asyncrun.vim
- lunarvim/bigfile.nvim
- akinsho/bufferline.nvim
- dkarter/bullets.vim
- catppuccin/nvim
- ekickx/clipboard-image.nvim
- hrsh7th/cmp-buffer
- hrsh7th/cmp-nvim-lsp
- hrsh7th/cmp-path
- saadparwaiz1/cmp_luasnip
- lunarvim/colorschemes
- zbirenbaum/copilot-cmp
- zbirenbaum/copilot.lua
- embark-theme/vim
- rafamadriz/friendly-snippets
- lewis6991/gitsigns.nvim
- ray-x/go.nvim
- ray-x/guihua.lua
- lukas-reineke/indent-blankline.nvim
- folke/lazy.nvim
- tamago324/lir.nvim
- nvim-lualine/lualine.nvim
- lunarvim/lunar.nvim
- rktjmp/lush.nvim
- iamcco/markdown-preview.nvim
- antonk52/markdowny.nvim
- williamboman/mason-lspconfig.nvim
- jay-babu/mason-nvim-dap.nvim
- ramojus/mellifluous.nvim
- tanvirtin/monokai.nvim
- 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
- JoosepAlviste/nvim-ts-context-commentstring
- kyazdani42/nvim-web-devicons
- lunarvim/onedarker.nvim
- tyru/open-browser.vim
- NLKNguyen/papercolor-theme
- folke/persistence.nvim
- weirongxu/plantuml-previewer.vim
- aklt/plantuml-syntax
- nvim-lua/plenary.nvim
- ahmedkhalf/project.nvim
- b0o/schemastore.nvim
- junegunn/seoul256.vim
- Tastyep/structlog.nvim
- NTBBloodbath/sweetie.nvim
- godlygeek/tabular
- renerocksai/telekasten.nvim
- nvim-telescope/telescope-fzf-native.nvim
- nvim-telescope/telescope.nvim
- akinsho/toggleterm.nvim
- folke/tokyonight.nvim
- folke/twilight.nvim
- tpope/vim-fugitive
- machakann/vim-highlightedyank
- RRethy/vim-illuminate
- preservim/vim-markdown
- felipec/vim-sanegx
- kylechui/nvim-surround
- rottencandy/vimkubectl
- preservim/vimux
- folke/which-key.nvim
- gelguy/wilder.nvim
- folke/zen-mode.nvim
Daniel Keymaps
normal mode keymaps
Description | LHS | RHS |
---|---|---|
% | ||
Nvim builtin | & | :&& |
Q | ||
X | :BufferKill | |
Y | yg_ | |
[% | ||
[q | :cprev | |
]% | ||
]q | :cnext | |
cS | ||
cs | ||
ds | ||
gx | ||
g% | ||
gb | ||
gc | ||
ySS | ||
ySs | ||
yss | ||
yS | ||
ys | ||
:call netrw#BrowseX(netrw#GX(),netrw#CheckIfRemote(netrw#GX())) | ||
: | ||
: | ||
: | ||
: | ||
:BulletPromote | ||
:BulletDemote | ||
:ToggleCheckbox | ||
:RenumberList | ||
:call | ||
’^’.v:count1. | ||
: | ||
: | ||
: | ||
. | ||
: | ||
: | ||
: | ||
: | ||
Float Terminal | ||
Vertical Terminal | ||
Horizontal Terminal | ||
:w | ||
+p | ||
:lua require(‘persistence’).load() | ||
:ASToggle | ||
:set spelllang=en spellfile=~/.config/nvim-Daniel/spell/en.utf-8.add spell | ||
:set spelllang=de spellfile=~/.config/nvim-Daniel/spell/de.utf-8.add spell | ||
:set nospell | ||
:m .+1 | ||
:vertical resize +2 | ||
:m .-2 | ||
:vertical resize -2 | ||
:resize -2 | ||
:resize +2 | ||
:call QuickFixToggle() | ||
visual mode keymaps
Description | LHS | RHS | ||
---|---|---|---|---|
Nvim builtin | # | y?\V | ||
% | ||||
Nvim builtin | * | y/\V | ||
> | >gv | |||
S | ||||
[% | ||||
]% | ||||
a% | ||||
gx | ||||
g% | ||||
gS | ||||
gc | ||||
gb | ||||
p | “_dP | |||
: | ||||
: | ||||
: | ||||
: | ||||
: | exe “:normal! m’” | endif | ||
: | ||||
: | ||||
: | ||||
: | ||||
: | ||||
: | ||||
:BulletPromoteVisual | ||||
:BulletDemoteVisual | ||||
:RenumberSelection | ||||
:lua require(‘persistence’).load() | ||||
:m ‘ | ||||
:m ‘>+1 |
operator mode keymaps
Description | LHS | RHS |
---|---|---|
% | ||
[% | ||
]% | ||
g% | ||
: | ||
: | ||
: | ||
: | ||
+p | ||
:lua require(‘persistence’).load() |