From d77210bbcbeca8b3ad1ae2e0bcd5cdd433c13803 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Mon, 14 Oct 2024 11:41:57 +0200 Subject: [PATCH] +nvim nixd --- nvim/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/init.lua b/nvim/init.lua index b0e651b..e0266a7 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -555,7 +555,7 @@ require('lazy').setup({ -- - settings (table): Override the default settings passed when initializing the server. -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { - nixs = {}, + nixd = {}, -- clangd = {}, -- gopls = {}, -- pyright = {},