Update init.lua

pull/298/head
SamPosh 2 years ago committed by GitHub
parent a25f3d1dae
commit 78a4a6402c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -99,6 +99,9 @@ require('lazy').setup({
'hrsh7th/nvim-cmp',
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 = {} },

Loading…
Cancel
Save