diff options
Diffstat (limited to 'nvim/lua/plugins/init.lua')
| -rw-r--r-- | nvim/lua/plugins/init.lua | 15 |
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 |
