Replies: 2 comments 17 replies
-
I feel like the
Made double sure the same happens with "nvim-treesitter" not even installed in minimal config. |
Beta Was this translation helpful? Give feedback.
-
I can reproduce this by starting with the included file as an argument, i.e.
where \documentclass{minimal}
\begin{document}
\input{included.tex}
\end{document} and set nocompatible
set runtimepath^=~/.local/plugged/vimtex
set runtimepath+=~/.local/plugged/vimtex/after
filetype plugin indent on
syntax enable To be honest, I'm not quite sure what the problem is. I believe it may be that the filetype was sourced before the colorscheme is applied. I'm looking into it some more now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Neovim:
v0.11.1
Hi, I have this problem where it seems like the prompt window is lacking a background color:
I tried setting a bunch of highlight groups in my colorscheme such as:
None have any effect
Reproduced on minimal config:
Looks similar in nvim's default colorscheme:
I'm not quite sure what it's intended to look like (hopefully not this), do you have any idea? :)
Beta Was this translation helpful? Give feedback.
All reactions