diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-28 12:46:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-28 12:46:15 +0800 |
| commit | 5dbe643ea2259e8a26f4be4b079759eb89aab75a (patch) | |
| tree | b7440b6f2ecab0f601f13d03a7589dcb0413cb71 /core/plugins.vim | |
| parent | 3670a19e51815544437613f0698df0e291be4264 (diff) | |
| parent | b41998828df5fb601c0e068b00e4794f1ec95294 (diff) | |
Merge pull request #81 from jdhao/reorg
refactor a bit
Diffstat (limited to 'core/plugins.vim')
| -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 fd4a6a8..1a1cd65 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -1,7 +1,7 @@ scriptencoding utf-8 " Plugin specification and lua stuff -lua require('lua-init') +lua require('plugins') " Use short names for common plugin manager commands to simplify typing. " To use these shortcuts: first activate command line with `:`, then input the |
