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
-
Is there any way that I could change the border style used, I prefer |
Beta Was this translation helpful? Give feedback.
Answered by
williamboman
Mar 9, 2022
Replies: 1 comment
-
You can utilize the autocmd FileType lsp-installer lua vim.api.nvim_win_set_config(0, { border = "none" }) See |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
williamboman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can utilize the
FileType
autocommand for this:See
:h nvim_win_set_config
for which border options there are.