mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-24 18:00:59 +01:00
modules/lsp: rename server settings → config
See RFC: https://github.com/nix-community/nixvim/issues/3745
This effectively reverts 21688b1d2a
This commit is contained in:
parent
57006a3ace
commit
9f336d2d71
8 changed files with 30 additions and 29 deletions
|
|
@ -85,7 +85,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
lsp = {
|
||||
servers.clangd = {
|
||||
settings = lib.mkIf cfg.enableOffsetEncodingWorkaround {
|
||||
config = lib.mkIf cfg.enableOffsetEncodingWorkaround {
|
||||
capabilities = {
|
||||
offsetEncoding = [ "utf-16" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue