1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-26 13:07:45 +01:00

nvim: remove renamer

This commit is contained in:
tiyn 2023-08-16 04:10:32 +02:00
parent 939e84409b
commit 131c2084a4

View File

@ -581,9 +581,6 @@ return require("lazy").setup({
opts = {}
},
-- rename files in buffer
{ 'qpkorr/vim-renamer' },
-- improve spelling check for coding to feature camelcase, etc
{
'kamykn/spelunker.vim',