2022-11-03 11:29:01 +00:00
|
|
|
-- Set vim options
|
2023-02-13 12:57:12 +00:00
|
|
|
require("options")
|
2022-11-03 11:29:01 +00:00
|
|
|
|
2022-11-02 16:11:38 +00:00
|
|
|
-- Load plugins as defined for Packer
|
2023-02-13 12:57:12 +00:00
|
|
|
require("plugins")
|
2022-11-02 09:12:57 +00:00
|
|
|
|
2022-11-02 16:11:38 +00:00
|
|
|
-- Define custom keymappings
|
2023-02-13 12:57:12 +00:00
|
|
|
require("keymaps")
|
2022-11-01 15:26:31 +00:00
|
|
|
|
2022-11-02 16:11:38 +00:00
|
|
|
-- Remaining vim commands to be converted to lua
|
2023-02-13 12:57:12 +00:00
|
|
|
require("vimcommands")
|