✏️ Refactored sdir based off of nvim lastplace

This commit is contained in:
z3rOR0ne 2022-12-18 19:59:00 -08:00
parent f04457ce60
commit 675a244ca1
5 changed files with 2 additions and 8 deletions

View file

@ -0,0 +1 @@
require'nvim-lastplace'.setup{}

View file

@ -31,6 +31,7 @@ use {'simeji/winresizer'}
use {'sbdchd/neoformat'}
use {'rhysd/vim-clang-format'}
use {'sangdol/mintabline.vim'}
use {'ethanholz/nvim-lastplace'}
use({
"iamcco/markdown-preview.nvim",
run = function() vim.fn["mkdp#util#install"]() end,