From 5e5cb81bc8f7a344fc43bc658fd409be5da55e67 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 14 Mar 2023 16:15:22 +0100 Subject: neovim: use builtin home-manager module to configure coc --- user/settings/tabnine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/settings/tabnine.nix') diff --git a/user/settings/tabnine.nix b/user/settings/tabnine.nix index 61cbf29c..02f0e071 100644 --- a/user/settings/tabnine.nix +++ b/user/settings/tabnine.nix @@ -87,7 +87,7 @@ }; }; - programs.neovim.coc.config = { + programs.neovim.coc.settings = { "tabnine.binary_path" = "${pkgs.tabnine}/bin/TabNine"; }; } -- cgit 1.4.1