Fix: makes autopairs filetype specific rules work (#357)

This commit is contained in:
rebuilt 2021-05-05 00:01:21 +02:00 committed by GitHub
parent ca50ac0ece
commit b4f457301b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ return require("packer").startup(
use {"windwp/nvim-ts-autotag", opt = true}
-- Explorer
use "kyazdani42/nvim-tree.lua"
use {"kyazdani42/nvim-tree.lua", opt = true}
-- TODO remove when open on dir is supported by nvimtree
use "kevinhwang91/rnvimr"