diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/colorschemes.lua (renamed from core/themes.lua) | 0 | ||||
| -rw-r--r-- | core/plugins.vim | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/core/themes.lua b/core/colorschemes.lua index 1a42828..1a42828 100644 --- a/core/themes.lua +++ b/core/colorschemes.lua 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 |
