Explorar o código

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

rebuilt %!s(int64=4) %!d(string=hai) anos
pai
achega
b4f457301b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lua/plugins.lua

+ 1 - 1
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"