From 47ebfb701000c69c5032a7cbe5093395e3f13b23 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Fri, 6 Jun 2025 22:41:53 +0200 Subject: [PATCH] update deprecated option --- modules/home/desktop/editors/nvim.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/desktop/editors/nvim.nix b/modules/home/desktop/editors/nvim.nix index f335565..9a738d5 100644 --- a/modules/home/desktop/editors/nvim.nix +++ b/modules/home/desktop/editors/nvim.nix @@ -22,8 +22,9 @@ in telescope.enable = true; autocomplete.nvim-cmp.enable = true; + lsp.enable = true; + languages = { - enableLSP = true; enableTreesitter = true; nix.enable = true;