--- name: Bug report about: Create a report to help us improve --- ## Result from CocInfo ## Describe the bug A clear and concise description of what the bug is. ## Reproduce the bug **We will close your issue when you don't provide minimal vimrc and we can't reproduce it** - Create file `mini.vim` with: ```vim set nocompatible set runtimepath^=/path/to/coc.nvim filetype plugin indent on syntax on set hidden ``` - Start (neo)vim with command: `vim -u mini.vim` - Operate vim. ## Screenshots (optional) If applicable, add screenshots to help explain your problem.