modules/lsp: enable servers."*" by default

This commit is contained in:
Matt Sturgeon 2025-04-30 22:47:51 +01:00
parent b6e2016b7f
commit a072e3c3a7
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 17 additions and 15 deletions

View file

@ -1,14 +1,11 @@
{
example = {
lsp.servers = {
"*" = {
"*".settings = {
enable = true;
settings = {
enable = true;
root_markers = [ ".git" ];
capabilities.textDocument.semanticTokens = {
multilineTokenSupport = true;
};
root_markers = [ ".git" ];
capabilities.textDocument.semanticTokens = {
multilineTokenSupport = true;
};
};
luals.enable = true;