add lastplace module

This commit is contained in:
Václav Uruba 2021-08-21 12:40:22 +02:00
parent d4a7f6457b
commit 1608a579ca
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -65,6 +65,9 @@ Plug 'junegunn/fzf.vim'
" Bufonly " Bufonly
Plug 'schickling/vim-bufonly' Plug 'schickling/vim-bufonly'
" Lastplace
Plug 'farmergreg/vim-lastplace'
call plug#end() call plug#end()
syntax on syntax on