mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
modules/lsp: enable servers."*"
by default
This commit is contained in:
parent
b6e2016b7f
commit
a072e3c3a7
3 changed files with 17 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue