Default integration settings when default_integrations = false
#763
Labels
bug
Something isn't working
default_integrations = false
#763
Description
Consider the following configuration:
I expected this to be equivalent to the default
native_lsp
configuration (which includes underlines and italics), but instead I've got the following error:I must specify the entire
native_lsp
configuration rather than just setting{enabled = true}
.It is likely that the same issue present for other integrations that are enabled with
{enabled = true}
.Consider setting default integration settings even when
default_integrations = false
.Neovim version
Terminal and multiplexer
Windows Terminal with tmux 3.4
Catppuccin version / branch / rev
4fd72a9
Steps to reproduce
nvim -u repro.lua
.Expected behavior
No error.
Actual behavior
Error:
Repro
The text was updated successfully, but these errors were encountered: