Nvim: add nvim-window plugin and config
This commit is contained in:
8
.config/nvim/after/plugin/window.rc.lua
Normal file
8
.config/nvim/after/plugin/window.rc.lua
Normal 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})
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user