From 0c64b0d032ddd11a63ac9ec2bc6a9e70e8b675c6 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Wed, 9 Apr 2025 15:50:30 +0200 Subject: [PATCH] dev cmp --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9b8fb42..fc1b6bb 100644 --- a/flake.nix +++ b/flake.nix @@ -123,7 +123,7 @@ -- Set up lspconfig. local capabilities = require('cmp_nvim_lsp').default_capabilities() -- Replace with each lsp server you've enabled. - require('lspconfig')[pyright, rust_analyzer].setup { + require('lspconfig')[rust_analyzer].setup { capabilities = capabilities } EOF