Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nerdtree icons are looking weird . #427

Open
Dev-Lohit opened this issue Feb 8, 2022 · 1 comment
Open

Nerdtree icons are looking weird . #427

Dev-Lohit opened this issue Feb 8, 2022 · 1 comment

Comments

@Dev-Lohit
Copy link

Hi i am using latest version of nerdtree , devicons and nerdtree-syntax-highlight .
However in my nvim the icons are looking kinda weird and broken . I am leaving a screenshot here.
Screenshot from 2022-02-08 23-45-18

I have already tried with different fonts like hack nerd , monospace , cascadia code .
But nothing seems to work .
Please help me fix this .

Also i am leaving a copy of my init.vim

:set number
" :set relativenumber
:set autoindent
:set tabstop=4
:set shiftwidth=4
:set smarttab
:set softtabstop=4
:set mouse=a
:set noshowmode

call plug#begin()

Plug 'https://github.com/preservim/nerdtree' " NerdTree
Plug 'https://github.com/tpope/vim-commentary' " For Commenting gcc & gc
Plug 'https://github.com/vim-airline/vim-airline' " Status bar
Plug 'vim-airline/vim-airline-themes'
Plug 'https://github.com/rafi/awesome-vim-colorschemes' " Retro Scheme
Plug 'https://github.com/ryanoasis/vim-devicons' " Developer Icons
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'https://github.com/preservim/tagbar' " Tagbar for code navigation
Plug 'https://github.com/terryma/vim-multiple-cursors' " CTRL + N for multiple cursors
Plug 'jiangmiao/auto-pairs'
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
" ---> git commands within vim <---
Plug 'tpope/vim-fugitive'
" ---> git changes on the gutter <---
Plug 'airblade/vim-gitgutter'
" ---> nerdtree git changes <---
Plug 'Xuyuanp/nerdtree-git-plugin'
" Plug 'neoclide/coc.nvim'
set encoding=UTF-8

call plug#end()

nnoremap :NERDTreeToggle
nnoremap :Files
nmap :TagbarToggle
map tr :let $VIM_DIR=expand('%:p:h'):terminalcd $VIM_DIR
nnoremap :%s/

:colorscheme gruvbox
let g:airline_theme='google_dark'
hi Normal guibg=NONE ctermbg=NONE

let g:NERDTreeDirArrowExpandable="+"
let g:NERDTreeDirArrowCollapsible="~"

Please have a look and help me with this .

@brandonsturgeon
Copy link

I get this same problem but only when hovering on an item in the list
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants