From c4ceb17593d0caecb197c90411e5a97ade044b21 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 19 Nov 2024 13:25:03 -0600 Subject: forgot one of the vim.cmd calls --- lua/conf/plugins/luasnip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/conf/plugins') diff --git a/lua/conf/plugins/luasnip.lua b/lua/conf/plugins/luasnip.lua index f3ed0f3..055fb02 100644 --- a/lua/conf/plugins/luasnip.lua +++ b/lua/conf/plugins/luasnip.lua @@ -5,7 +5,7 @@ return { 'L3MON4D3/LuaSnip', branch = 'v2.3.0', disable = vim.version().minor < 7, config = function() - vim.cmd('make install_jsregexp') + vim.cmd.make('install_jsregexp') end, function() local luasnip = require('luasnip') -- cgit v1.2.1