Skip to content

Commit

Permalink
Merge pull request leslie255#14 from Naf256/main
Browse files Browse the repository at this point in the history
  • Loading branch information
leslie255 authored Nov 20, 2022
2 parents 81e7a54 + 34fb042 commit 10e49da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ vim.opt.expandtab = true
vim.opt.autowrite = false
vim.opt.formatoptions = ''

require("core.keymaps")
--require("core.dvorak") -- delete this line if you don't like using DVORAK
require("core.plugins")
require("core.keymaps")
require("core.gui")
-- disable some useless standard plugins to save startup time
-- these features have been better covered by plugins
Expand Down

0 comments on commit 10e49da

Please sign in to comment.