diff options
Diffstat (limited to 'common/vim.nix')
-rw-r--r-- | common/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
36 | inherit (config.vim) beforePlugins; | 36 | inherit (config.vim) beforePlugins; |
37 | 37 | ||
38 | customRC = '' | 38 | customRC = '' |
39 | autocmd VimEnter * lua require("myConfig") | 39 | lua require("myConfig") |
40 | 40 | ||
41 | ${cfg.extraConfig} | 41 | ${cfg.extraConfig} |
42 | ''; | 42 | ''; |