mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
nix: use rnix-lsp in coc-settings.json
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
],
|
||||
"initializationOptions": {},
|
||||
"settings": {}
|
||||
},
|
||||
"nix": {
|
||||
"command": "rnix-lsp",
|
||||
"filetypes": [
|
||||
"nix"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user