diff options
| author | jdhao <jdhao@hotmail.com> | 2023-10-11 20:35:12 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-10-11 20:35:50 +0200 |
| commit | 54ca6d419198fcca6d7b8f6f81b7fa6d32e2e45c (patch) | |
| tree | 48b439e22299087e3afa5f2730e678b9faa029b3 /core | |
| parent | 97af59e670be09dfb74d136af94be8ab3b98c25a (diff) | |
update to nvim 0.9.4
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index b3bc237..83b6a52 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -1,7 +1,7 @@ scriptencoding utf-8 " Plugin specification and lua stuff -lua require('plugins') +lua require('plugin_specs') " Use short names for common plugin manager commands to simplify typing. " To use these shortcuts: first activate command line with `:`, then input the |
