From 11e6797cb5cc5cadbd148e20308818c68aabd335 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 6 Sep 2022 21:22:45 +0800 Subject: refactor: convert mapping from viml to lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index eb79c1b..23449f9 100644 --- a/init.lua +++ b/init.lua @@ -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 } -- cgit v1.2.3