|
1 |
| -> If you're reporting an UI issue, make sure you take a screenshot that shows the actual bug. |
| 1 | +<!-- |
| 2 | +Thanks for your interest in reporting an issue. |
| 3 | +
|
| 4 | +Before submitting, please refer to the following common issues and solutions: |
| 5 | +
|
| 6 | +Running vim in a terminal? |
| 7 | +- Try adding `set termguicolors` to your vimrc. |
| 8 | +
|
| 9 | +Running vim with tmux? |
| 10 | +- Be sure you have terminal-overrides to enable truecolor (if supported in your term) |
| 11 | +- Be sure your `default-terminal` is set to, ideally, `tmux-256color`. If your OS doesn't |
| 12 | + have `tmux-256color` terminfo files, google them and add them using `tic` |
| 13 | +
|
| 14 | +Having issues with font styles (italic, bold, underline)? |
| 15 | +- Be sure your terminal supports these styles. |
| 16 | +- If running tmux, see tmux section. |
| 17 | +- If all else fails, disable the style by setting `let g:dracula_<style-name> = 0` |
| 18 | + in your vimrc, where `<style-name>` is one of (`italic`, `bold`, `underline`, `undercurl`, `inverse`) |
| 19 | +
|
| 20 | +If the above did not resolve your issue, please complete all fields of the form below. |
| 21 | +--> |
| 22 | + |
| 23 | +### What happened |
| 24 | + |
| 25 | +### What I expected to happen |
| 26 | + |
| 27 | +### Screenshot |
| 28 | + |
| 29 | +### Machine Info |
| 30 | +<!-- |
| 31 | +if on a *nix system, please provide the output of `uname -a` for OS field |
| 32 | +--> |
| 33 | +- **Vim type (`vim`/`gvim`/`neovim`)**: |
| 34 | +- **Vim version**: |
| 35 | +- **OS**: |
| 36 | +- **Terminal/Terminal Emulator/VTE**: |
| 37 | +- **`TERM` environment variable**: |
| 38 | + |
| 39 | +### Additional Info |
| 40 | +<!-- |
| 41 | +If using Tmux, please provide the output of `tmux info` |
| 42 | +
|
| 43 | +If having issues with text rendering, please provide the output of `infocmp` |
| 44 | +--> |
| 45 | + |
0 commit comments