nvimconfig/init.lua
Robert Morrison 92107d2c3d
Things are coming.
progress is being made hopefully this will become workable soon
2022-07-05 03:34:29 +01:00

9 lines
296 B
Lua

-- Initialisation file. NOW IN LUA
-- Grab Packer. (This should be OS agnostic)
-- But does require git to be installed TODO: add check for git
-- Inititally by @Iron-E and @khuedoan on GitHub reimplemented by me to my standards
require('sherlock5512.plugins')
require('sherlock5512.settings')