Mercurial > dotfiles
comparison dot_config/nvim/config.lua @ 378:2150c55c89b7
Replace commentary with kommentary
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 09 Apr 2021 15:00:08 +0200 |
parents | fc3dad056d38 |
children | 2a8195e14cad |
comparison
equal
deleted
inserted
replaced
377:ce08bc71b455 | 378:2150c55c89b7 |
---|---|
53 use {'vim-scripts/gitignore'} | 53 use {'vim-scripts/gitignore'} |
54 use {'sjl/splice.vim', opt = true, cmd = {'SpliceInit'}} | 54 use {'sjl/splice.vim', opt = true, cmd = {'SpliceInit'}} |
55 use {'tpope/vim-git'} | 55 use {'tpope/vim-git'} |
56 | 56 |
57 -- Comments | 57 -- Comments |
58 use {'tpope/vim-commentary'} | 58 use {'b3nj5m1n/kommentary'} |
59 | 59 |
60 -- Undoing | 60 -- Undoing |
61 use {'sjl/gundo.vim', cmd = {'GundoToggle'}} | 61 use {'sjl/gundo.vim', cmd = {'GundoToggle'}} |
62 | 62 |
63 -- Parentheses etc | 63 -- Parentheses etc |