2022-11-02 16:11:38 +00:00
|
|
|
-- Load plugins as defined for Packer
|
2022-11-02 09:12:57 +00:00
|
|
|
require 'plugins'
|
|
|
|
|
2022-11-02 16:11:38 +00:00
|
|
|
-- Define custom keymappings
|
|
|
|
require 'keymaps'
|
2022-11-01 15:26:31 +00:00
|
|
|
|
2022-11-02 16:11:38 +00:00
|
|
|
-- Setup LSP configuration
|
|
|
|
require 'config_lsp'
|
2022-11-01 15:26:31 +00:00
|
|
|
|
2022-11-02 16:11:38 +00:00
|
|
|
-- Set additional vim.opt variables
|
|
|
|
require 'options'
|
2022-11-02 09:44:34 +00:00
|
|
|
|
2022-11-02 16:11:38 +00:00
|
|
|
-- Remaining vim commands to be converted to lua
|
|
|
|
require 'vimcommands'
|