mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-13 02:44:43 +02:00
Fix: makes autopairs filetype specific rules work (#357)
This commit is contained in:
parent
ca50ac0ece
commit
b4f457301b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue