Update init.lua

This commit is contained in:
SamPosh 2023-04-29 12:20:06 +05:30 committed by GitHub
parent a25f3d1dae
commit 78a4a6402c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ 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