changeset 326:9db87baf536e

Add nextval plugin
author zegervdv <zegervdv@me.com>
date Mon, 04 Jan 2021 09:13:24 +0100
parents ce396166d009
children 3b191bcd4e0d
files dot_config/nvim/config.lua
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dot_config/nvim/config.lua	Wed Dec 23 11:10:42 2020 +0100
+++ b/dot_config/nvim/config.lua	Mon Jan 04 09:13:24 2021 +0100
@@ -47,6 +47,8 @@
 
     use {'psliwka/vim-smoothie'}
 
+    use {'zegervdv/nextval.vim', requires = {'tpope/vim-repeat'}}
+
     -- Spelling/autocorrection
     use {'tpope/vim-abolish'}