init.lua: entry point for neovim lua config

Adds psoxizsh/nvim to the runtimepath, and runs the main init script
This commit is contained in:
Paul Stemmet 2022-07-19 09:02:56 +00:00 committed by Paul Stemmet
parent 574f7641cc
commit 2c8ed58cfe
1 changed files with 3 additions and 0 deletions

3
init.lua Normal file
View File

@ -0,0 +1,3 @@
vim.opt.rtp:append( os.getenv('PSOXIZSH') .. '/nvim' )
require 'psoxizsh'