From 95aea6b533e71e478d61d18fac71cca116c56a4d Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 22 May 2022 22:47:23 +0100 Subject: Add all the plugins I currently use --- start/cmp/after/plugin/cmp_nvim_lsp.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 start/cmp/after/plugin/cmp_nvim_lsp.lua (limited to 'start/cmp/after') diff --git a/start/cmp/after/plugin/cmp_nvim_lsp.lua b/start/cmp/after/plugin/cmp_nvim_lsp.lua new file mode 100644 index 0000000..6d566fa --- /dev/null +++ b/start/cmp/after/plugin/cmp_nvim_lsp.lua @@ -0,0 +1 @@ +require('cmp_nvim_lsp').setup() -- cgit v1.2.3