From 7172c36d4508510ad844fcbea1bd3bc496da809e Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 29 Aug 2024 14:54:43 +0200 Subject: improved config by splitting it. --- lua/plugins/cmp.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lua/plugins/cmp.lua (limited to 'lua/plugins/cmp.lua') diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua new file mode 100644 index 0000000..fed96e4 --- /dev/null +++ b/lua/plugins/cmp.lua @@ -0,0 +1,11 @@ +return { + 'neovim/nvim-lspconfig', + 'hrsh7th/cmp-nvim-lsp', + 'hrsh7th/cmp-buffer', + 'hrsh7th/cmp-path', + 'hrsh7th/nvim-cmp', + 'hrsh7th/vim-vsnip', + 'L3MON4D3/LuaSnip', + 'octaltree/cmp-look', + 'saadparwaiz1/cmp_luasnip', +} -- cgit v1.2.3