diff options
Diffstat (limited to '.vim')
| -rw-r--r-- | .vim/lua/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 4bb7924..9b34790 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -764,6 +764,9 @@ return require('packer').startup({function() } end} -- }}} + -- restore last curosr position (and handle many edge cases) + use {'farmergreg/vim-lastplace'} + use {'lewis6991/spellsitter.nvim', disable = true, -- {{{ config = function() require('spellsitter').setup { |