diff options
author | Chris <[email protected]> | 2021-03-18 23:47:03 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-18 23:47:03 -0400 |
commit | 7eea23bb6c2449675a11f762838a8656d5de0f62 (patch) | |
tree | 0050dbc21797aa592cd93d306cbc644a04a8ed2a /lua/plugins.lua | |
parent | b3f2348d97bdc85304e65f3f6cb8e272f4b674fb (diff) |
prettier and eslint configured
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index a528903f..c62867c5 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -48,6 +48,7 @@ return require('packer').startup(function(use) -- Treesitter use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'} + use 'nvim-treesitter/nvim-treesitter-refactor' use 'nvim-treesitter/playground' use 'p00f/nvim-ts-rainbow' |