Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Is there a way to change the boarder? #531

Answered by williamboman
AndOrangutan asked this question in Q&A
Discussion options

You must be logged in to vote

You can utilize the FileType autocommand for this:

autocmd FileType lsp-installer lua vim.api.nvim_win_set_config(0, { border = "none" })

See :h nvim_win_set_config for which border options there are.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by williamboman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants