treesitter problems possible fix
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 18m55s
Build neovim image / build-neovim-arm64 (push) Successful in 24m51s
Build neovim image / update-images-manifest (push) Successful in 15s

This commit is contained in:
Szwendacz 2024-02-12 13:58:19 +01:00 committed by Maciej Lebiest
parent 5be4025b7a
commit a93466a26f

View file

@ -68,6 +68,10 @@ RUN nvim --headless '+TSInstall all' \
+qa ; \
nvim --headless '+TSInstall all' \
+qa; \
nvim --headless '+TSInstall all' \
+qa; \
nvim --headless '+TSInstall all' \
+qa; \
chown -R root:root /root/.local/share/nvim/mason/packages/sqlls/node_modules/sql-language-server/
RUN echo '[ -f /usr/share/fzf/shell/key-bindings.bash ] && source /usr/share/fzf/shell/key-bindings.bash' >> /root/.bashrc