From e15415a204d88a83f88a1d75943e83b9424d589f Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 23 Dec 2025 11:26:42 +0100 Subject: nvim: Disable snippets and completion Current supply chain attacks highlight the risk of using a lot of plugins. This commit is just a test how much I need snippets and completion by disabling them. Maybe this is rolled back or replaced by a custom Lua implementation. --- nvim/pack/hrsh7th/start/cmp-nvim-lsp | 1 - nvim/pack/hrsh7th/start/nvim-cmp | 1 - 2 files changed, 2 deletions(-) delete mode 160000 nvim/pack/hrsh7th/start/cmp-nvim-lsp delete mode 160000 nvim/pack/hrsh7th/start/nvim-cmp (limited to 'nvim/pack/hrsh7th') diff --git a/nvim/pack/hrsh7th/start/cmp-nvim-lsp b/nvim/pack/hrsh7th/start/cmp-nvim-lsp deleted file mode 160000 index 5af77f5..0000000 --- a/nvim/pack/hrsh7th/start/cmp-nvim-lsp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5af77f54de1b16c34b23cba810150689a3a90312 diff --git a/nvim/pack/hrsh7th/start/nvim-cmp b/nvim/pack/hrsh7th/start/nvim-cmp deleted file mode 160000 index 8c82d0b..0000000 --- a/nvim/pack/hrsh7th/start/nvim-cmp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8c82d0bd31299dbff7f8e780f5e06d2283de9678 -- cgit v1.2.3-70-g09d2