enc: add refactoring

This commit is contained in:
asep.komarudin 2024-06-14 11:25:19 +07:00
parent e16678fc29
commit 61b4120e30
2 changed files with 2 additions and 7 deletions

View file

@ -137,7 +137,8 @@ pcode.telescope_theme_live_grep = "dropdown"
pcode.database = false
-- https://github.com/nvim-neotest/neotest-jest
pcode.jest = true
pcode.jest = false
pcode.jest_command = "npm test -- "
pcode.jest_config = "jest.config.mjs"
-- https://github.com/ThePrimeagen/refactoring.nvim
pcode.refactoring = false