aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lua/plugins/init.lua
diff options
context:
space:
mode:
authorJean-Pierre Appel <jeanpierre.appel01@gmail.com>2024-01-15 16:15:05 -0500
committerJean-Pierre Appel <jeanpierre.appel01@gmail.com>2024-01-15 16:15:05 -0500
commit2cb9af61acfda466b747e5b18c947d1538c1240e (patch)
treecdb258438ffc2d255cf16eb8988fa0f4f7954e6d /nvim/lua/plugins/init.lua
parentbe7a52c6885048ed618f312070e55ab25bafb60d (diff)
refactor: setup completions less insanely
Diffstat (limited to 'nvim/lua/plugins/init.lua')
-rw-r--r--nvim/lua/plugins/init.lua15
1 files changed, 0 insertions, 15 deletions
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