junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
34.04k stars 1.93k forks source link

Plug hieroglyphs #978

Closed GABAnich closed 4 years ago

GABAnich commented 4 years ago

After PlugStatus some hieroglyphs image image


:version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled May 31 2020 11:30:11)
Included patches: 1-856
Modified by jonathon.fernyhough@york.ac.uk
Compiled by jonathon.fernyhough@york.ac.uk
Huge version with GTK2 GUI.  Features included (+) or not (-):
+acl               +cursorshape       +job               +mouse_urxvt       +signs             +vartabs
+arabic            +dialog_con_gui    +jumplist          +mouse_xterm       +smartindent       +vertsplit
+autocmd           +diff              +keymap            +multi_byte        +sound             +virtualedit
+autochdir         +digraphs          +lambda            +multi_lang        +spell             +visual
-autoservername    +dnd               +langmap           -mzscheme          +startuptime       +visualextra
+balloon_eval      -ebcdic            +libcall           +netbeans_intg     +statusline        +viminfo
+balloon_eval_term +emacs_tags        +linebreak         +num64             -sun_workshop      +vreplace
+browse            +eval              +lispindent        +packages          +syntax            +wildignore
++builtin_terms    +ex_extra          +listcmds          +path_extra        +tag_binary        +wildmenu
+byte_offset       +extra_search      +localmap          +perl              -tag_old_static    +windows
+channel           -farsi             +lua               +persistent_undo   -tag_any_white     +writebackup
+cindent           +file_in_path      +menu              +popupwin          +tcl               +X11
+clientserver      +find_in_path      +mksession         +postscript        +termguicolors     -xfontset
+clipboard         +float             +modify_fname      +printer           +terminal          +xim
+cmdline_compl     +folding           +mouse             +profile           +terminfo          +xpm
+cmdline_hist      -footer            +mouseshape        -python            +termresponse      +xsmp_interact
+cmdline_info      +fork()            +mouse_dec         +python3           +textobjects       +xterm_clipboard
+comments          +gettext           +mouse_gpm         +quickfix          +textprop          -xterm_save
+conceal           -hangul_input      -mouse_jsbterm     +reltime           +timers
+cryptv            +iconv             +mouse_netterm     +rightleft         +title
+cscope            +insert_expand     +mouse_sgr         +ruby              +toolbar
+cursorbind        +ipv6              -mouse_sysmouse    +scrollbind        +user_commands
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
 2nd user vimrc file: "~/.vim/vimrc"
      user exrc file: "$HOME/.exrc"
  system gvimrc file: "$VIM/gvimrc"
    user gvimrc file: "$HOME/.gvimrc"
2nd user gvimrc file: "~/.vim/gvimrc"
       defaults file: "$VIMRUNTIME/defaults.vim"
    system menu file: "$VIMRUNTIME/menu.vim"
  fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0
/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/
usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/
include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libp
ng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time  -g -O2 -fdebug-prefix-map=/build/vim-DC9REv/vim-8.2.0856=. -fsta
ck-protector-strong -Wformat -Werror=format-security -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: gcc   -L. -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-E  -Wl,-Bs ymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim   -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -
lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lSM -lICE -lXpm -lXt -lX11 -
lXdmcp -lSM -lICE  -lm -ltinfo  -lselinux  -lcanberra -lacl -lattr -lgpm -ldl  -L/usr/lib -llua5.2 -Wl,-E  -fstack-protector-strong
 -L/usr/local/lib  -L/usr/lib/x86_64-linux-gnu/perl/5.26/CORE -lperl -ldl -lm -lpthread -lcrypt  -L/usr/lib/python3.6/config-3.6m-x
86_64-linux-gnu -lpython3.6m -lpthread -ldl -lutil -lm -L/usr/lib/x86_64-linux-gnu -ltcl8.6 -ldl -lz -lpthread -lm -lruby-2.5 -lpth
read -lgmp -ldl -lcrypt -lm
GABAnich commented 4 years ago
call plug#begin('~/.vim/plugged')
Plug 'morhetz/gruvbox'
Plug 'editorconfig/editorconfig-vim'
Plug 'airblade/vim-gitgutter'
Plug 'jiangmiao/auto-pairs'
Plug 'preservim/nerdcommenter'
Plug 'junegunn/fzf.vim'
Plug 'preservim/nerdtree'
call plug#end()

set relativenumber
set colorcolumn=80

autocmd vimenter * colorscheme gruvbox
set background=dark
let g:gruvbox_contrast_dark = 'soft'
let g:gruvbox_contrast_light = 'hard'
janlazo commented 4 years ago

Does your terminal support unicode encoding and is Vim configured to use utf-8?

GABAnich commented 4 years ago

The problem was in terminator. I have been install kitty and problems disappeared.

@janlazo thx for the advice