chore(nvim): update so mapping to use init.lua

This commit is contained in:
Oliver Davies 2021-11-17 18:27:08 +00:00
parent fa03fbd4cd
commit 850015934e

View file

@ -21,7 +21,7 @@ local function set_key_mappings()
local options = { noremap = true }
map('n', '<Leader>so', ':so ~/.config/nvim/init.vim<Cr>', options)
map('n', '<Leader>so', ':luafile ~/.config/nvim/init.lua<Cr>', options)
-- Make the current file executable
map('n', '<Leader>x', ':!chmod +x %<Cr>', options)