mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 09:36:10 +02:00
modules/lsp/server: rename config
-> settings
`config` is a loaded term within modules and options. `settings` is the name usually used for freeform config in nixvim and most other module configurations.
This commit is contained in:
parent
fc6f00a7fd
commit
21688b1d2a
3 changed files with 38 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
example = {
|
||||
lsp.servers = {
|
||||
"*".config = {
|
||||
"*".settings = {
|
||||
root_markers = [ ".git" ];
|
||||
capabilities.textDocument.semanticTokens = {
|
||||
multilineTokenSupport = true;
|
||||
|
@ -10,7 +10,7 @@
|
|||
luals.enable = true;
|
||||
clangd = {
|
||||
enable = true;
|
||||
config = {
|
||||
settings = {
|
||||
cmd = [
|
||||
"clangd"
|
||||
"--background-index"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue