Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit d8f460c

Browse files
committed
fix(nvim-plug): typo
1 parent 15492af commit d8f460c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/nvim-plug/test/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require('plug').add({
3232
{
3333
type = 'raw',
3434
url = 'https://raw.githubusercontent.com/EmmanuelOga/easing/refs/heads/master/lib/easing.lua',
35-
script_type = 'lua/',
35+
script_type = 'lua',
3636
},
3737
{
3838
'wsdjeg/git.vim',

0 commit comments

Comments
 (0)