psoxizsh/init.lua
Paul Stemmet 2c8ed58cfe init.lua: entry point for neovim lua config
Adds psoxizsh/nvim to the runtimepath, and runs the main init script
2022-07-24 17:25:42 +01:00

4 lines
75 B
Lua

vim.opt.rtp:append( os.getenv('PSOXIZSH') .. '/nvim' )
require 'psoxizsh'