Closed toshmukhamedov closed 8 months ago
It was colorscheme issue. It worked well with another colorscheme
Both questions from original issue is not the color scheme issues.
How can I get completion type like demo video (function, variable, etc.)
It appears if there is an active LSP client which can provide completions for particular text.
Second question: What can I put to
window.completion.border
instead ofnone
?
See :h vim.api.nvim_open_win()
and see its "border" option.
Configuration:
what I got:
what I expect:
Second question: What can I put to
window.completion.border
instead ofnone
?