From 90f5bd4b59f0e56b903599fcaf079f40382e1f7c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 3 Dec 2023 16:46:49 -0500 Subject: [PATCH] neovim: Remove denols from nvim-cmp capabilities Fixes an issue where React would not be found in Next.js projects. --- home/neovim.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/neovim.nix b/home/neovim.nix index 2b5762f0..422e7015 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -298,7 +298,6 @@ in 'prismals', 'tailwindcss', 'emmet_language_server', - 'denols', 'tsserver', 'astro', 'typst_lsp'