typescript icon
This commit is contained in:
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…
Reference in New Issue