vimwiki
This commit is contained in:
@ -29,6 +29,7 @@ require('packer').startup(function(use)
|
|||||||
}
|
}
|
||||||
|
|
||||||
use 'nvim-lua/plenary.nvim'
|
use 'nvim-lua/plenary.nvim'
|
||||||
|
use 'vimwiki/vimwiki'
|
||||||
|
|
||||||
use 'google/vim-searchindex'
|
use 'google/vim-searchindex'
|
||||||
|
|
||||||
@ -164,7 +165,10 @@ require('packer').startup(function(use)
|
|||||||
use 'tmux-plugins/vim-tmux-focus-events'
|
use 'tmux-plugins/vim-tmux-focus-events'
|
||||||
use 'tpope/vim-obsession'
|
use 'tpope/vim-obsession'
|
||||||
use 'Valloric/MatchTagAlways'
|
use 'Valloric/MatchTagAlways'
|
||||||
use 'wesQ3/vim-windowswap'
|
use {
|
||||||
|
'wesQ3/vim-windowswap',
|
||||||
|
setup = [[ vim.g.windowswap_map_keys = 0 ]]
|
||||||
|
}
|
||||||
|
|
||||||
use 'tpope/vim-surround'
|
use 'tpope/vim-surround'
|
||||||
use 'scrooloose/nerdcommenter'
|
use 'scrooloose/nerdcommenter'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
let g:windowswap_map_keys = 0 "prevent default bindings
|
nnoremap <silent> <leader>yw :call WindowSwap#EasyWindowSwap()<CR>
|
||||||
nnoremap <silent> <leader>yw :call WindowSwap#MarkWindowSwap()<CR>
|
unmap <leader>ww
|
||||||
|
|
||||||
" --------- SURROUND MAPPINGS ---------
|
" --------- SURROUND MAPPINGS ---------
|
||||||
" <leader>" Surround a word with "quotes"
|
" <leader>" Surround a word with "quotes"
|
||||||
|
Reference in New Issue
Block a user