feat: Wex

This commit is contained in:
2024-06-22 20:30:19 -04:00
parent d3b0fd5edf
commit 643b047d2c

View File

@@ -910,3 +910,9 @@ require('lazy').setup({
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et
--
-- Custom Commands
vim.api.nvim_create_user_command('Wex', function()
vim.cmd 'w'
vim.cmd 'Oil'
end, {})