diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-05-26 14:42:03 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-05-26 17:21:18 +0200 |
| commit | 61b0a05ec07280540d839aa9edfb81a84048fdf2 (patch) | |
| tree | c9118635229a4eb73de6914891f563b1bd7b0b65 /scripts | |
| parent | fix(swift): mark as unmaintained (diff) | |
| download | nvim-treesitter-61b0a05ec07280540d839aa9edfb81a84048fdf2.tar nvim-treesitter-61b0a05ec07280540d839aa9edfb81a84048fdf2.tar.gz nvim-treesitter-61b0a05ec07280540d839aa9edfb81a84048fdf2.tar.bz2 nvim-treesitter-61b0a05ec07280540d839aa9edfb81a84048fdf2.tar.lz nvim-treesitter-61b0a05ec07280540d839aa9edfb81a84048fdf2.tar.xz nvim-treesitter-61b0a05ec07280540d839aa9edfb81a84048fdf2.tar.zst nvim-treesitter-61b0a05ec07280540d839aa9edfb81a84048fdf2.zip | |
fix(install): create cache dir if not existing
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/install-parsers.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/install-parsers.lua b/scripts/install-parsers.lua index f2fd56082..e3804cab8 100755 --- a/scripts/install-parsers.lua +++ b/scripts/install-parsers.lua @@ -18,9 +18,6 @@ end vim.opt.runtimepath:append('.') --- needed on CI -vim.fn.mkdir(vim.fn.stdpath('cache'), 'p') - ---@type async.Task local task = update and require('nvim-treesitter').update('all') or require('nvim-treesitter').install( |
