Mercurial > dotfiles
comparison dot_config/nvim/config.lua @ 326:9db87baf536e
Add nextval plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 04 Jan 2021 09:13:24 +0100 |
parents | ce396166d009 |
children | 3b191bcd4e0d |
comparison
equal
deleted
inserted
replaced
325:ce396166d009 | 326:9db87baf536e |
---|---|
44 'SudoWrite' | 44 'SudoWrite' |
45 } | 45 } |
46 } | 46 } |
47 | 47 |
48 use {'psliwka/vim-smoothie'} | 48 use {'psliwka/vim-smoothie'} |
49 | |
50 use {'zegervdv/nextval.vim', requires = {'tpope/vim-repeat'}} | |
49 | 51 |
50 -- Spelling/autocorrection | 52 -- Spelling/autocorrection |
51 use {'tpope/vim-abolish'} | 53 use {'tpope/vim-abolish'} |
52 | 54 |
53 -- Git/VCS | 55 -- Git/VCS |