From 2cb9af61acfda466b747e5b18c947d1538c1240e Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Mon, 15 Jan 2024 16:15:05 -0500 Subject: refactor: setup completions less insanely --- nvim/lua/plugins/init.lua | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'nvim/lua/plugins/init.lua') diff --git a/nvim/lua/plugins/init.lua b/nvim/lua/plugins/init.lua index 5c90a28..92e3b5f 100644 --- a/nvim/lua/plugins/init.lua +++ b/nvim/lua/plugins/init.lua @@ -3,21 +3,6 @@ return { -- common dependacy "nvim-lua/plenary.nvim", - -- completion - -- TODO:config completion and setup binds - 'hrsh7th/nvim-cmp', - { - 'hrsh7th/cmp-nvim-lsp', - dependencies = { {'hrsh7th/nvim-cmp'}, {'neovim/nvim-lspconfig'} } - }, - { - 'hrsh7th/cmp-path', - dependencies = { 'hrsh7th/nvim-cmp' } - }, - { - 'kdheepak/cmp-latex-symbols', - dependencies = { 'hrsh7th/nvim-cmp' } - }, { 'numToStr/Comment.nvim', -- faster commentting -- cgit v1.2.3