Nvim: add nvim-window plugin and config

This commit is contained in:
2022-04-12 00:38:25 +02:00
parent b90f94b7ad
commit d1a5d3208f
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
require('nvim-window').setup({
chars = {
'j', 'k', 'l', 'f', 'd', 's', 'g', 'h', 'i', 'e', 'a', 'b', 'm', 'n', 'o',
'p', 'q', 'r', 'c', 't', 'u', 'v', 'w', 'x', 'y', 'z'
},
})
vim.api.nvim_set_keymap('n', '<leader>j', '<cmd>lua require("nvim-window").pick()<cr>', {silent=true, noremap = true})

View File

@@ -117,9 +117,9 @@ Plug 'Shatur/neovim-ayu'
Plug 'nvim-neorg/neorg' Plug 'nvim-neorg/neorg'
Plug 'jubnzv/virtual-types.nvim' Plug 'jubnzv/virtual-types.nvim'
Plug 'folke/which-key.nvim' Plug 'folke/which-key.nvim'
Plug 'https://gitlab.com/yorickpeterse/nvim-window.git'
" }}} " }}}
"
call plug#end() call plug#end()
set termguicolors set termguicolors