From a93466a26f848db7f788ad681e707f6f56cd1b60 Mon Sep 17 00:00:00 2001 From: Szwendacz Date: Mon, 12 Feb 2024 13:58:19 +0100 Subject: [PATCH] treesitter problems possible fix --- Containerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Containerfile b/Containerfile index 9f7d601..ee7aa09 100644 --- a/Containerfile +++ b/Containerfile @@ -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