diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-08 23:49:15 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-08 23:49:15 +0100 |
| commit | 6138a759778966253188a6a2f3b24f7f4927f879 (patch) | |
| tree | a89623fe609c64c66ada26fd6468677dc501d99a /.vim | |
| parent | 8d6a851ceda7ea7f3d3b59185f52672500a13467 (diff) | |
vim: use plugin to remember position in file
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 { |