jdhao
jdhao
# Cursor jump via hop.nvim Go to a string starting with `se` 
# Git add, commit and push via fugitive.vim 
Writing git commit with the help of committia 
## Start screen with dashboard-nvim 
# command-line autocompletion with wilder.nvim 
# file explorer using nvim-tree.lua 
@wookayin `hi semshiGlobal` shows: ```vim semshiGlobal ctermfg=214 guifg=#ffaf00 ``` `hi semshiImported` show: ```vim semshiImported cterm=bold ctermfg=214 gui=bold guifg=#ffaf00 ```
More airline characters that can not be shown by fvim (nvim-qt shows them correctly using the same Hack font) ``` ☰ (U+2630) Ꞩ (U+A7A8) Ɇ (U+0246) ⎇ (U+2387) ☲ (U+2632)...
I think it is my fault. The `termguicolors` option is by default off. In the `init.vim` file, I have checked if the `TERM` variable is set to `xterm-256color` and then...
But without setting `termguicolors` option explicitly inside `ginit.vim`, the color is apparently wrong. What is the reason?