Correct way to configure a preset? (Using noice with LazyVim) #459
-
Beta Was this translation helpful? Give feedback.
Answered by
folke
May 11, 2023
Replies: 2 comments 1 reply
-
You're overriding the LazyVim defaults. If you want to keep them, do use opts = {presets = {
lsp_doc_border = true,
},} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ddbrierton
-
Sorry, this is not the LAzyVim repo. Your top screenshot is also a preset, so you probably configured that already somewhere else and now overwrote that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're overriding the LazyVim defaults. If you want to keep them, do use
opts
instead of aconfig
function