papercolor-theme icon indicating copy to clipboard operation
papercolor-theme copied to clipboard

Background/float border normal float

Open alexeygumirov opened this issue 3 years ago • 1 comments

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.

alexeygumirov avatar Oct 11 '22 22:10 alexeygumirov

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

NLKNguyen avatar Oct 13 '22 21:10 NLKNguyen