From 20baeeac32f28757d2fa905554f9e887a71e4216 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 15 Jun 2021 15:12:56 +0200 Subject: vim: don't wait for VimEnter for executing lua config This prevented the LSP client to start when opening a file at boot --- common/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/vim.nix b/common/vim.nix index a26b2ec..850eaf3 100644 --- a/common/vim.nix +++ b/common/vim.nix @@ -36,7 +36,7 @@ let inherit (config.vim) beforePlugins; customRC = '' - autocmd VimEnter * lua require("myConfig") + lua require("myConfig") ${cfg.extraConfig} ''; -- cgit v1.2.3