diff options
| -rw-r--r-- | lua/nvim-treesitter/install.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua index 4c52fd412..0cc9806e6 100644 --- a/lua/nvim-treesitter/install.lua +++ b/lua/nvim-treesitter/install.lua @@ -104,7 +104,7 @@ local function select_mv_cmd(compile_location, parser_lib_name) return { cmd = 'cmd', opts = { - args = { '/C', 'move', compile_location..'\\parser.so', parser_lib_name }, + args = { '/C', 'move', '/Y', compile_location..'\\parser.so', parser_lib_name }, } } else |
