You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
191 B

  1. return {
  2. "ThePrimeagen/refactoring.nvim",
  3. dependencies = {
  4. "nvim-lua/plenary.nvim",
  5. "nvim-treesitter/nvim-treesitter",
  6. },
  7. config = function()
  8. require("refactoring").setup()
  9. end,
  10. }