From 7eea23bb6c2449675a11f762838a8656d5de0f62 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 18 Mar 2021 23:47:03 -0400 Subject: prettier and eslint configured --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/plugins.lua') 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' -- cgit v1.2.3