Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
692 stars 111 forks source link

fix: LspInfo border #159

Closed bryankenote closed 8 months ago

bryankenote commented 8 months ago

This border was purple which was different from the color used for borders on other floating windows.

Adding a border to the :LspInfo floating window can be accomplished with

require('lspconfig.ui.windows').default_options.border = 'rounded'

https://github.com/neovim/nvim-lspconfig/blob/eb81c7ea08d6f01d5fa4cf09e58c708efadf9b2f/doc/lspconfig.txt#L641