diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-22 22:47:23 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-22 22:47:23 +0100 |
commit | 95aea6b533e71e478d61d18fac71cca116c56a4d (patch) | |
tree | 1a1f42f723772258cc54551495826768f374474a /start/cmp/after |
Add all the plugins I currently use
Diffstat (limited to 'start/cmp/after')
-rw-r--r-- | start/cmp/after/plugin/cmp_nvim_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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() |