From 6138a759778966253188a6a2f3b24f7f4927f879 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 8 Feb 2022 23:49:15 +0100 Subject: vim: use plugin to remember position in file --- .vim/lua/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vim') 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 { -- cgit 1.4.1