From d8f460cf511405caca4d39c09458d3aa85cca423 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 16 Feb 2025 11:05:26 +0800 Subject: [PATCH] fix(nvim-plug): typo --- bundle/nvim-plug/test/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/nvim-plug/test/init.lua b/bundle/nvim-plug/test/init.lua index 9b53719b6..443bde465 100644 --- a/bundle/nvim-plug/test/init.lua +++ b/bundle/nvim-plug/test/init.lua @@ -32,7 +32,7 @@ require('plug').add({ { type = 'raw', url = 'https://raw.githubusercontent.com/EmmanuelOga/easing/refs/heads/master/lib/easing.lua', - script_type = 'lua/', + script_type = 'lua', }, { 'wsdjeg/git.vim',