diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-28 12:43:50 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-08-28 12:43:50 +0800 |
| commit | b41998828df5fb601c0e068b00e4794f1ec95294 (patch) | |
| tree | b7440b6f2ecab0f601f13d03a7589dcb0413cb71 /lua | |
| parent | 3670a19e51815544437613f0698df0e291be4264 (diff) | |
refactor a bit
1. change theme to colorscheme
2. update plugin load logic
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lua-init.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/lua-init.lua b/lua/lua-init.lua deleted file mode 100644 index c72cbb2..0000000 --- a/lua/lua-init.lua +++ /dev/null @@ -1,5 +0,0 @@ --- Some utility stuff -require 'utils' - --- plugin installation -require 'plugins' |
