add special_files option

This commit is contained in:
kiyan
2021-04-16 21:59:13 +02:00
parent 4b24a16ca1
commit 48b06ed0ce
3 changed files with 26 additions and 11 deletions

View File

@@ -220,7 +220,7 @@ local picture = {
gif = true,
}
local special = {
local special = vim.g.nvim_tree_special_files or {
["Cargo.toml"] = true,
Makefile = true,
["README.md"] = true,