diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-11 17:33:59 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-09-11 18:21:56 +0800 |
| commit | 6e8e61e53ae15af3a9f5a3577ffea424dd95b66d (patch) | |
| tree | 5bd2dd21b365a3e419aad4481493ae9630238153 /init.lua | |
| parent | 89effe8b172ef871ca38a90ff77003f5a796e521 (diff) | |
global.vim --> global.lua
fix 2
fix 3
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 |
