From 9f7d3593d19958feffd2668345a8c0f01ac2c396 Mon Sep 17 00:00:00 2001 From: SamPosh Date: Tue, 2 May 2023 15:07:20 +0530 Subject: [PATCH] Update init.lua --- init.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.lua b/init.lua index 7111c9d7..4ae4656f 100644 --- a/init.lua +++ b/init.lua @@ -97,11 +97,7 @@ require('lazy').setup({ { -- Autocompletion 'hrsh7th/nvim-cmp', - dependencies = { - 'hrsh7th/cmp-nvim-lsp', - 'L3MON4D3/LuaSnip', - 'saadparwaiz1/cmp_luasnip' - }, + dependencies = { 'hrsh7th/cmp-nvim-lsp', 'L3MON4D3/LuaSnip', 'saadparwaiz1/cmp_luasnip' }, }, -- Useful plugin to show you pending keybinds.