NLKNguyen / papercolor-theme

:art: Light & Dark Vim color schemes inspired by Google's Material Design
MIT License
2.7k stars 235 forks source link

Background/float border normal float #192

Open alexeygumirov opened 1 year ago

alexeygumirov commented 1 year ago

Fix of the border background for compatibility with https://github.com/ray-x/lsp_signature.nvim plugin for NeoVIM. In the LSP section for NeoVIM two highlight groups are added: FloatBorder and NormalFloat.

NLKNguyen commented 1 year ago

Can you put back the {{{ }}} foldings? Those help collapse code regions to make it easy to navigate, as noted at the beginning of the file. Thanks!

" Note on navigating this source code:
" - Use folding feature to collapse/uncollapse blocks of marked code
"     zM to fold all markers in this file to see the structure of the source code
"     zR to unfold all recursively
"     za to toggle a fold
"     See: http://vim.wikia.com/wiki/Folding