Evie Litherland-Smith
8c16cb127c
Move LSP config into config_plugins directory, function when loading nvim-lspconfig plugin
12 lines
214 B
Lua
12 lines
214 B
Lua
-- Set vim options
|
|
require 'options'
|
|
|
|
-- Load plugins as defined for Packer
|
|
require 'plugins'
|
|
|
|
-- Define custom keymappings
|
|
require 'keymaps'
|
|
|
|
-- Remaining vim commands to be converted to lua
|
|
require 'vimcommands'
|