add vim-lastplace

nvim-basic-ide
Andy Teijelo 2022-08-04 10:25:14 -04:00
parent 989ee65d14
commit 1b606ac756
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ packer.startup(function(use)
use 'wbthomason/packer.nvim'
use 'neovim/nvim-lspconfig'
use 'mg979/vim-visual-multi'
use 'farmergreg/vim-lastplace'
end)