more treesitter conf adjustments for nvim-in-container workflow
This commit is contained in:
parent
18d319ad46
commit
9dc0b5db5a
2 changed files with 6 additions and 6 deletions
|
@ -62,16 +62,16 @@ RUN dnf install -y \
|
|||
|
||||
RUN rm /root/.config/nvim/lazy-lock.json || true
|
||||
# install lsp and linters using mason
|
||||
RUN nvim --headless +TSUpdateSync \
|
||||
RUN nvim --headless +TSInstall all \
|
||||
+"MasonInstall ${MASON_PKGS}" \
|
||||
+qa ; \
|
||||
nvim --headless +TSUpdateSync \
|
||||
nvim --headless +TSInstall all \
|
||||
+qa; \
|
||||
nvim --headless +TSUpdateSync \
|
||||
nvim --headless +TSInstall all \
|
||||
+qa; \
|
||||
nvim --headless +TSUpdateSync \
|
||||
nvim --headless +TSInstall all \
|
||||
+qa; \
|
||||
nvim --headless +TSUpdateSync \
|
||||
nvim --headless +TSInstall all \
|
||||
+qa; \
|
||||
chown -R root:root /root/.local/share/nvim/mason/packages/sqlls/node_modules/sql-language-server/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue