Update init.lua

This commit is contained in:
SamPosh 2023-04-29 13:09:55 +05:30 committed by GitHub
parent 40aa3af83c
commit 6824ba1c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -100,9 +100,6 @@ require('lazy').setup({
dependencies = { 'hrsh7th/cmp-nvim-lsp', 'L3MON4D3/LuaSnip', 'saadparwaiz1/cmp_luasnip' },
},
-- use 'rafamadriz/friendly-snippets'
-- require("luasnip.loaders.from_vscode").lazy_load()
-- Useful plugin to show you pending keybinds.
{ 'folke/which-key.nvim', opts = {} },
{ -- Adds git releated signs to the gutter, as well as utilities for managing changes