Mercurial > dotfiles
comparison .chezmoitemplates/init.lua @ 601:837e6ed64a90
add inc-rename plugin
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Tue, 12 Jul 2022 16:22:41 +0200 |
parents | 24b0dd06381b |
children | 31157c048f16 |
comparison
equal
deleted
inserted
replaced
600:24b0dd06381b | 601:837e6ed64a90 |
---|---|
408 }, | 408 }, |
409 use_diagnostic_signs = true, | 409 use_diagnostic_signs = true, |
410 } | 410 } |
411 end, | 411 end, |
412 } | 412 } |
413 use { | |
414 'smjonas/inc-rename.nvim', | |
415 config = function() require('inc_rename').setup() end, | |
416 } | |
413 | 417 |
414 use { 'vimjas/vim-python-pep8-indent', ft = { 'python' } } | 418 use { 'vimjas/vim-python-pep8-indent', ft = { 'python' } } |
415 | 419 |
416 use { | 420 use { |
417 'NTBBloodbath/galaxyline.nvim', | 421 'NTBBloodbath/galaxyline.nvim', |