From 966d12ac730c83da90d60ab24eae539b2ea69441 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 24 Sep 2025 00:14:04 +0200 Subject: Update/Overhaul --- lua/plugins/friendly-snippets.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 lua/plugins/friendly-snippets.lua (limited to 'lua/plugins/friendly-snippets.lua') diff --git a/lua/plugins/friendly-snippets.lua b/lua/plugins/friendly-snippets.lua new file mode 100755 index 0000000..2a7695e --- /dev/null +++ b/lua/plugins/friendly-snippets.lua @@ -0,0 +1,3 @@ +-- friendly-snippets plugin config (modular, robust) +local ok, _ = pcall(require, 'friendly-snippets') +-- No config needed, loaded by LuaSnip \ No newline at end of file -- cgit v1.2.3