diff options
Diffstat (limited to 'config/nvim/lua/plugins.lua')
| -rw-r--r-- | config/nvim/lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 72ef03d..34b878d 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -205,5 +205,5 @@ return require('packer').startup(function() } use { 'nvim-treesitter/playground', opt = true, cmd = { 'TSPlaygroundToggle' } } - use { '~/git/argwrap.nvim', opt = true } + -- use { '~/git/argwrap.nvim', opt = true } end) |
