Package Details: ttf-consolas-with-yahei-powerline-git r14.b6e9163-1

Git Clone URL: https://aur.archlinux.org/ttf-consolas-with-yahei-powerline-git.git (read-only, click to copy)
Package Base: ttf-consolas-with-yahei-powerline-git
Description: Consolas-with-Yahei with powerline patched with nerd-fonts)
Upstream URL: https://github.com/crvdgc/Consolas-with-Yahei
Licenses: unknown
Conflicts: ttf-consolas-with-yahei
Provides: ttf-consolas-with-yahei
Submitter: edward-p
Maintainer: heavysink (lilac)
Last Packager: katt
Votes: 1
Popularity: 0.000000
First Submitted: 2018-03-05 05:35 (UTC)
Last Updated: 2020-06-29 15:17 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

bilabila commented on 2021-06-30 15:48 (UTC)

Hi, I visited https://github.com/kyazdani42/nvim-tree.lua, and found icon missing with this font, but not with nerd-fonts-3270.

let g:nvim_tree_icons = {
    \ 'default': '',
    \ 'symlink': '',
    \ 'git': {
    \   'unstaged': "✗",
    \   'staged': "✓",
    \   'unmerged': "",
    \   'renamed': "➜",
    \   'untracked': "★",
    \   'deleted': "",
    \   'ignored': "◌"
    \   },
    \ 'folder': {
    \   'arrow_open': "",
    \   'arrow_closed': "",
    \   'default': "",
    \   'open': "",
    \   'empty': "",
    \   'empty_open': "",
    \   'symlink': "",
    \   'symlink_open': "",
    \   },
    \   'lsp': {
    \     'hint': "",
    \     'info': "",
    \     'warning': "",
    \     'error': "",
    \   }
    \ }