diff options
author | Christian Segundo | 2024-04-18 20:56:05 +0200 |
---|---|---|
committer | Christian Segundo | 2024-04-18 20:56:05 +0200 |
commit | bcc9dd441c44f1df29b5a4e707b6ac3e1b9b0be1 (patch) | |
tree | 7d56f9189005c23a9a194eb77e0dc07f47563133 | |
parent | 2a1fd96395b968054a1bc72652e59ebc3bfa0b60 (diff) | |
download | config-bcc9dd441c44f1df29b5a4e707b6ac3e1b9b0be1.tar.gz |
use nixd instead of rnix
-rw-r--r-- | lua/plugins/lang/nix.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/lang/nix.lua b/lua/plugins/lang/nix.lua index 8fed2ce..038f3fc 100644 --- a/lua/plugins/lang/nix.lua +++ b/lua/plugins/lang/nix.lua @@ -29,7 +29,7 @@ return { opts = function(_, opts) if type(opts) == "table" then opts.servers = opts.servers or {} - opts.servers.rnix = {} + opts.servers.nixd = {} end end, }, |