jdhao

Results 188 comments of jdhao

# Cursor jump via hop.nvim Go to a string starting with `se` ![nvim-hop](https://user-images.githubusercontent.com/16662357/139459219-8a7e6ac4-1d24-4008-a370-b56773d7cb85.gif)

# Git add, commit and push via fugitive.vim ![nvim-fugitive](https://user-images.githubusercontent.com/16662357/128590833-aaa05d53-19ef-441d-a5a9-ba1bbd3936c1.gif)

Writing git commit with the help of committia ![git_committia](https://user-images.githubusercontent.com/16662357/130812044-2366fe7a-dbb8-4f5f-b409-ce3fa52f9839.jpg)

## Start screen with dashboard-nvim ![dashboard-nvim](https://user-images.githubusercontent.com/16662357/183256752-fb23b215-a6b8-4646-beed-9999f52d53f1.png)

# command-line autocompletion with wilder.nvim ![nvim-wilder](https://user-images.githubusercontent.com/16662357/147677787-8e5d229a-a16a-420e-98f5-88f2a1be84a2.gif)

# file explorer using nvim-tree.lua ![image](https://user-images.githubusercontent.com/16662357/152825062-de2bf64f-f88c-4f2c-b826-2676535508fa.png)

@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?