mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
Renamer
This commit is contained in:
10
lua/custom/plugins/renamer.lua
Normal file
10
lua/custom/plugins/renamer.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
'filipdutescu/renamer.nvim',
|
||||
requires = { { 'nvim-lua/plenary.nvim' } },
|
||||
config = function()
|
||||
require('renamer').setup {
|
||||
border = true,
|
||||
with_popup = true,
|
||||
}
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user