mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/coc.nvim/.github/ISSUE_TEMPLATE/bug_report.md

1007 B
Raw Blame History

name about
Bug report 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

    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.