Wuelner Neovim Configuration Information
Wuelner’s Neovim setup follows a well-defined philosophy governed by coherence and minimalism
- Install and initialize:
lazyman -w Wuelner
- Configuration category: Personal
- Base configuration: Custom
- Plugin manager: Lazy
- Installation location:
~/.config/nvim-Wuelner
Git repository
https://github.com/wuelnerdotexe/nvim
Neovimcraft entry
http://neovimcraft.com/plugin/wuelnerdotexe/nvim
Dotfyle entry
https://dotfyle.com/wuelnerdotexe/nvim
Lazy managed plugins
- numToStr/Comment.nvim
- L3MON4D3/LuaSnip
- hrsh7th/cmp-buffer
- hrsh7th/cmp-cmdline
- cmp-dap
- hrsh7th/cmp-nvim-lsp
- hrsh7th/cmp-path
- saadparwaiz1/cmp_luasnip
- feline-nvim/feline.nvim
- flash.nvim
- rafamadriz/friendly-snippets
- lewis6991/gitsigns.nvim
- highlight-undo.nvim
- lukas-reineke/indent-blankline.nvim
- Darazaki/indent-o-matic
- folke/lazy.nvim
- lsp-lens.nvim
- lsp_lines.nvim
- iamcco/markdown-preview.nvim
- williamboman/mason-lspconfig.nvim
- jayp0521/mason-null-ls.nvim
- jay-babu/mason-nvim-dap.nvim
- jay-babu/mason-nvim-dap.nvim
- echasnovski/mini.indentscope
- mini.move
- muren.nvim
- nvim-neo-tree/neo-tree.nvim
- neogen
- MunifTanjim/nui.nvim
- jayp0521/mason-null-ls.nvim
- numb.nvim
- windwp/nvim-autopairs
- hrsh7th/nvim-cmp
- norcalli/nvim-colorizer.lua
- jay-babu/mason-nvim-dap.nvim
- rcarriga/nvim-dap-ui
- nvim-js-actions
- kosayoda/nvim-lightbulb
- neovim/nvim-lspconfig
- SmiteshP/nvim-navic
- nvim-spectre
- kylechui/nvim-surround
- nvim-treesitter/nvim-treesitter
- nvim-treesitter/nvim-treesitter-context
- nvim-treesitter/nvim-treesitter-textobjects
- windwp/nvim-ts-autotag
- JoosepAlviste/nvim-ts-context-commentstring
- kevinhwang91/nvim-ufo
- kyazdani42/nvim-web-devicons
- nvim-lua/plenary.nvim
- projections.nvim
- kevinhwang91/promise-async
- rainbow-delimiters.nvim
- b0o/schemastore.nvim
- sentiment.nvim
- mrjones2014/smart-splits.nvim
- cshuaimin/ssr.nvim
- substitute.nvim
- tabout.nvim
- nvim-telescope/telescope-fzf-native.nvim
- nvim-telescope/telescope.nvim
- Wansmer/treesj
- vim-visual-multi
- gbprod/yanky.nvim
Wuelner Keymaps
Normal mode keymaps
Description | Nvim builtin |
---|---|
Left hand side | & |
Right hand side | :&&<CR> |
Description | Nvim builtin |
---|---|
Left hand side | Y |
Right hand side | y$ |
Description | |
---|---|
Left hand side | gx |
Right hand side | <Plug>NetrwBrowseX |
Description | |
---|---|
Left hand side | <Plug>NetrwBrowseX |
Right hand side | :call netrw#BrowseX(netrw#GX(),netrw#CheckIfRemote(netrw#GX()))<CR> |
Description | Nvim builtin |
---|---|
Left hand side | <C-L> |
Right hand side | <Cmd>nohlsearch|diffupdate|normal! <C-L><CR> |
Visual mode keymaps
Description | Nvim builtin |
---|---|
Left hand side | # |
Right hand side | y?\V<C-R>"<CR> |
Description | Nvim builtin |
---|---|
Left hand side | * |
Right hand side | y/\V<C-R>"<CR> |
Description | |
---|---|
Left hand side | gx |
Right hand side | <Plug>NetrwBrowseXVis |
Description | |
---|---|
Left hand side | <Plug>NetrwBrowseXVis |
Right hand side | :<C-U>call netrw#BrowseXVis()<CR> |