mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: split plugins into multiple files
This commit is contained in:
8
.config/nvim/lua/plugins/renamer.lua
Normal file
8
.config/nvim/lua/plugins/renamer.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
-- improved gui for renaming
|
||||
{
|
||||
'filipdutescu/renamer.nvim',
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
opts = {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user