From 4af0230d754a73a09aebf1d9f7c8db18dafd4f32 Mon Sep 17 00:00:00 2001 From: roxwize Date: Fri, 20 Dec 2024 14:53:08 -0500 Subject: [PATCH] ~ --- nixos/home/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/home/neovim.nix b/nixos/home/neovim.nix index 42993ef..4de5a63 100644 --- a/nixos/home/neovim.nix +++ b/nixos/home/neovim.nix @@ -50,7 +50,7 @@ -- lspconfig local lc = require("lspconfig") - lc.nix_nil.setup { + lc.nil_ls.setup { autostart = true, capabilities = caps, cmd = { "nil" }