summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/install.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua
index 846e91ba..94e743fe 100644
--- a/lua/nvim-treesitter/install.lua
+++ b/lua/nvim-treesitter/install.lua
@@ -89,7 +89,7 @@ end
local function select_install_rm_cmd(cache_folder, project_name)
if fn.has('win32') then
- dir = cache_folder ..'\\'.. project_name
+ local dir = cache_folder ..'\\'.. project_name
return {
cmd = 'cmd',
opts = {