Pārlūkot izejas kodu

fix(nvimtree): escape the dot character in custom filter (#2493)

Pascal Hubrecht 3 gadi atpakaļ
vecāks
revīzija
75cfebbfee
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lua/lvim/core/nvimtree.lua

+ 1 - 1
lua/lvim/core/nvimtree.lua

@@ -68,7 +68,7 @@ function M.config()
       },
       filters = {
         dotfiles = false,
-        custom = { "node_modules", ".cache" },
+        custom = { "node_modules", "\\.cache" },
       },
       trash = {
         cmd = "trash",