mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-27 17:45:29 +00:00
9 lines
284 B
Lua
9 lines
284 B
Lua
-- The Refactoring library based off the Refactoring book by Martin Fowler
|
|
-- https://github.com/ThePrimeagen/refactoring.nvim
|
|
return {
|
|
'ThePrimeagen/refactoring.nvim',
|
|
version = '*',
|
|
dependencies = { 'nvim-lua/plenary.nvim', 'nvim-treesitter/nvim-treesitter' },
|
|
opts = {},
|
|
}
|