-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vim-toml table and table array headers are displayed the same as regular text #232
Comments
You can fix this in your vimrc using the directions here. For example: augroup nord-theme-overrides
autocmd!
" Use nord8 as color for toml tables
autocmd ColorScheme nord highlight tomlTable ctermfg=8 guifg=#88C0D0
autocmd ColorScheme nord highlight tomlTableArray ctermfg=8 guifg=#88C0D0
augroup END |
Without even digging too much into it, I've noticed a workaround for AsciiDoc and shamelessly copied it, see the pull request |
Thank you for your patience! 🙏🏼 I recently published the first “Northern Post — The state and roadmap of Nord“ announcement which includes all details about the plans and future of the Nord project, including the goal of catching up with the backlog. This issue is part of the backlog and therefore I want to triage and process it to get one step closer to a “clean state“. Read the announcement about reaching the “clean“ contribution triage state in Nord‘s discussions for more details about the goal. Therefore it has been added to the queue in the central and single-source-of-truth project board that is also described in more detail in the roadmap announcement. @jaskij Thanks again for your contribution! Your PR #233 will be added to the queue also later for further processing. |
Currently it looks like this:
while it should probably look like this:
vim-toml uses
Title
style for those headers so this problem is similar to asciidoc'sasciidocOneLineTitle
.The text was updated successfully, but these errors were encountered: