typescript icon

pull/6/head
siduck76 3 years ago
parent 83ff373f99
commit 68bfc76d0a

@ -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

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

Loading…
Cancel
Save