summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorrebuilt <[email protected]>2021-05-05 00:01:21 +0200
committerGitHub <[email protected]>2021-05-04 18:01:21 -0400
commitb4f457301be8f645d23d13c689d2815fc1575b48 (patch)
tree40b407a1e64dd8ef6c3020553a3c1f36bd7652e5 /lua/plugins.lua
parentca50ac0eceafc6c4f3fd0a3861dfa53d3a5a7abf (diff)
Fix: makes autopairs filetype specific rules work (#357)
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 4ff4b65e..76bde767 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -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"