Shougo / dein.vim

:zap: Dark powered Vim/Neovim plugin manager
MIT License
3.42k stars 197 forks source link

[Little help to start] #388

Closed lesar closed 3 years ago

lesar commented 3 years ago

Warning: i am new to neovim

First installation show strange chars E612 E613 E608 E609

Expected: normal utf8 char

Ubuntu 20.04 64bit on rpi4

Provide a minimal .vimrc with less than 50 lines (Required!)

this is my .config/nvim/init.vim

scriptencoding utf-8
"dein Scripts-----------------------------
if &compatible
  set nocompatible               " Be iMproved
endif
" Required:
set runtimepath+=/home/leonardo/.local/share/dein/repos/github.com/Shougo/dein.vim

" Required:
if dein#load_state('/home/leonardo/.local/share/dein')
  call dein#begin('/home/leonardo/.local/share/dein')

  " Let dein manage dein
  " Required:
  call dein#add('/home/leonardo/.local/share/dein/repos/github.com/Shougo/dein.vim')
  call dein#add('Shougo/deoplete.nvim')

  if !has('nvim')
    call dein#add('roxma/nvim-yarp')
    call dein#add('roxma/vim-hug-neovim-rpc')
  endif

  " Add or remove your plugins here like this:
  "call dein#add('Shougo/neosnippet.vim')
  "call dein#add('Shougo/neosnippet-snippets')

  "source /home/leonardo/.config/nvim/loaded-plugins.vim

  " Required:
  call dein#end()
  call dein#save_state()
endif

" Required:
filetype plugin indent on
syntax enable

" If you want to install not installed plugins on startup.
"if dein#check_install()
"  call dein#install()
"endif

"End dein Scripts-------------------------

"-------------------Load files-----------------
"source ~/.config/nvim/base.vim
"source ~/.config/nvim/plugins.vim
"source ~/.config/nvim/ui.vim
"source ~/.config/nvim/mappings.vim
"source ~/.config/nvim/misc.vim

The reproduce ways from Vim starting (Required!)

$ nvim .
all subfolder have strange char

Screen shot (if possible)

Schermata del 2020-10-09 12-39-39

This chars are normal?
Have to install something?

I know this is silly question but I'm stopped: I do not understand what was go wrong.

best regard, Leonardo

lesar commented 3 years ago

Ok I see that is a NerdTree airline problem sorry

Shougo commented 3 years ago

Please read this. https://github.com/vim-airline/vim-airline#integrating-with-powerline-fonts