From 50de57711b0c7b4116f97dfcbb5a991d7974e7f4 Mon Sep 17 00:00:00 2001 From: Rasmus Michelsen Date: Sat, 5 Sep 2020 22:16:12 +0200 Subject: Fixed table insertion --- lua/nvim-treesitter/install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua index 6740a8147..3b75362c1 100644 --- a/lua/nvim-treesitter/install.lua +++ b/lua/nvim-treesitter/install.lua @@ -73,7 +73,7 @@ local function select_args(repo) '-lstdc++', } if fn.has('win32') == 0 then - table.insert('-fPIC') + table.insert(args, '-fPIC') end return args end -- cgit v1.2.3-70-g09d2