diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-06 21:22:45 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-09-06 21:22:45 +0800 |
| commit | 11e6797cb5cc5cadbd148e20308818c68aabd335 (patch) | |
| tree | 67dcf63aba6effc83c784778b0d7d62fa8b584d4 /init.lua | |
| parent | 858848128f17121c9b00edb5ef4b89f4cb47ab09 (diff) | |
refactor: convert mapping from viml to lua
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ local core_conf_files = { "globals.vim", -- some global settings "options.vim", -- setting options in nvim "autocommands.vim", -- various autocommands - "mappings.vim", -- all the user-defined mappings + "mappings.lua", -- all the user-defined mappings "plugins.vim", -- all the plugins installed and their configurations "colorschemes.lua", -- colorscheme settings } |
