diff options
author | rebuilt <[email protected]> | 2021-05-05 00:01:21 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-04 18:01:21 -0400 |
commit | b4f457301be8f645d23d13c689d2815fc1575b48 (patch) | |
tree | 40b407a1e64dd8ef6c3020553a3c1f36bd7652e5 | |
parent | ca50ac0eceafc6c4f3fd0a3861dfa53d3a5a7abf (diff) |
Fix: makes autopairs filetype specific rules work (#357)
-rw-r--r-- | lua/plugins.lua | 2 |
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" |