diff options
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ if nvim_ver ~= expected_ver then end local core_conf_files = { - "globals.vim", -- some global settings + "globals.lua", -- some global settings "options.vim", -- setting options in nvim "autocommands.vim", -- various autocommands "mappings.lua", -- all the user-defined mappings |
