From 550436eee54d9c06999ad1d991fbc2a20e686252 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 14 Sep 2023 11:00:10 +0000 Subject: [PATCH] home: vim: remove 'cmp-path' Now that I'm using the async variant. --- home/vim/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/vim/default.nix b/home/vim/default.nix index a9c2bda..ec18f5c 100644 --- a/home/vim/default.nix +++ b/home/vim/default.nix @@ -81,7 +81,6 @@ in cmp-buffer # Words from open buffers cmp-nvim-lsp # LSP suggestions cmp-nvim-lua # NeoVim lua API - cmp-path # Path name suggestions cmp-under-comparator # Sort items that start with '_' lower cmp_luasnip # Snippet suggestions from LuaSnip