# HG changeset patch # User Zeger Van de Vannet # Date 1610627352 -3600 # Node ID d43ba211f9206895b02f69b40391dc9d18a448ff # Parent 471701051c92b032ca6b8a55d5b4d48ac6e1b45d Remove nextval plugin Messes with clipboard and jumps does not jump to the nearest value right of cursor diff -r 471701051c92 -r d43ba211f920 dot_config/nvim/config.lua --- a/dot_config/nvim/config.lua Tue Jan 12 16:53:05 2021 +0100 +++ b/dot_config/nvim/config.lua Thu Jan 14 13:29:12 2021 +0100 @@ -47,8 +47,6 @@ use {'psliwka/vim-smoothie'} - use {'zegervdv/nextval.vim', requires = {'tpope/vim-repeat'}} - -- Spelling/autocorrection use {'tpope/vim-abolish'}