Mercurial > dotfiles
comparison dot_config/nvim/config.lua @ 331:d43ba211f920
Remove nextval plugin
Messes with clipboard and jumps
does not jump to the nearest value right of cursor
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Thu, 14 Jan 2021 13:29:12 +0100 |
parents | 471701051c92 |
children | 5b166328c2fd |
comparison
equal
deleted
inserted
replaced
330:471701051c92 | 331:d43ba211f920 |
---|---|
45 } | 45 } |
46 } | 46 } |
47 | 47 |
48 use {'psliwka/vim-smoothie'} | 48 use {'psliwka/vim-smoothie'} |
49 | 49 |
50 use {'zegervdv/nextval.vim', requires = {'tpope/vim-repeat'}} | |
51 | |
52 -- Spelling/autocorrection | 50 -- Spelling/autocorrection |
53 use {'tpope/vim-abolish'} | 51 use {'tpope/vim-abolish'} |
54 | 52 |
55 -- Git/VCS | 53 -- Git/VCS |
56 use {'vim-scripts/gitignore'} | 54 use {'vim-scripts/gitignore'} |