all repos

init.lua @ 47417c1

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
Fixed sinippets
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-16 22:00:11 +0200
Parent: febe222
M lua/plugin.lua

@@ -79,7 +79,7 @@ { "hrsh7th/cmp-path", after = "nvim-cmp" },

{ "hrsh7th/cmp-cmdline", after = "nvim-cmp" }, { "saadparwaiz1/cmp_luasnip", after = "nvim-cmp" }, { "L3MON4D3/LuaSnip", module = "luasnip", after = "nvim-cmp" }, - { "rafamadriz/friendly-snippets", after = "nvim-cmp" }, + "rafamadriz/friendly-snippets", }, }