From fb9e580f1fb1565ecdc8d01b5893440ebe567898 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 11 Dec 2021 15:44:21 +0100 Subject: [PATCH] chore(vim): add headless install for LSP Install --- .dotbot.conf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index 88fd77f..7d9b67a 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -25,3 +25,4 @@ - shell: - [git submodule update --init --recursive, Installing submodules] + - [nvim --headless -c "lua lsp_install_sync()" -c "quitall"]