typescript icon

This commit is contained in:
siduck76 2021-03-18 15:33:11 +05:30
parent 83ff373f99
commit 68bfc76d0a
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@ vim.cmd [[packadd nvim-tree.lua]]
vim.o.termguicolors = true
vim.g.nvim_tree_side = "left"
vim.g.nvim_tree_width = 24
vim.g.nvim_tree_width = 25
vim.g.nvim_tree_ignore = {".git", "node_modules", ".cache"}
vim.g.nvim_tree_auto_open = 0
vim.g.nvim_tree_auto_close = 0

View File

@ -17,6 +17,11 @@ require "nvim-web-devicons".setup {
color = "#EBCB8B",
name = "js"
},
ts = {
icon = "",
color = "#519ABA",
name = "ts"
},
png = {
icon = "",
color = "#BD77DC",