jdhao
jdhao
I am using this plugin to add more syntax highlight to my Python code. I have found that there are weird colors when using this plugin using [zoc terminal](https://www.emtec.com/zoc/). But...
I am using fvim on Windows 10. Steps to reproduce: + Open fvim with command to edit an empty file: `fvim -u NORC test.md` + Go to insert mode, type...
I am trying fvim on Windows 10 (version 1803) and noticed weird color issues. I have the following settings related to color in my `init.vim`: ``` set termguicolors colorscheme gruvbox8_hard...
I am using tagbar on Windows and met this error: > || 194_do_delayed_update[11] || 194_AutoUpdate[56] || 194_ProcessFile[42] || E482: Can't open file C:\Users\ADMINI~1\AppData\Local\Temp\nvimsw7TqN\11.md for writing: no such file or directory...
I am using vim-plug to manage my plugins both on Windows and Linux. But on Windows, I encounter errors sometimes when I try to install new plugins using `PlugInstall` command....
I think this is an ongoing issue with tempfiles on Windows, the related issue has been reported on https://github.com/junegunn/vim-plug/issues/900 and https://github.com/junegunn/vim-plug/issues/852. A similar issue has also been reported [here](https://github.com/majutsushi/tagbar/issues/562). Unfortunately,...
I want to set up neovim for all users of my Linux server, and I use vim-plug to manage the plugins. The part about plugin installation is something like the...
**Describe the bug** I have install ccls successfully and make this plugin work with vim-lsp. But I can not make it work with nvim-lspconfig. Note that nvim-lsp has been renamed...
I have been using this plugin for a while and it works great. I use the provided `Toc` command to create a table of contents window to see the structure...
My setting for spelllang: ``` set spelllang=en,cjk ``` If add the following setting: ``` let g:grammarous#use_vim_spelllang = 1 ``` When I run `:GrammarousCheck`, I will get an error : ```...