[nvim] Convert init.vim to init.lua and copy over a bit of the vimrc config to some lua scripts

This is neat!
This commit is contained in:
Eryn Wells 2022-05-28 23:57:56 -07:00
parent 0d28c3745c
commit 8262907b64
4 changed files with 138 additions and 29 deletions

7
config/nvim/init.lua Normal file
View file

@ -0,0 +1,7 @@
-- Eryn Wells <eryn@erynwells.me>
vim.opt.runtimepath:prepend "~/.vim"
vim.cmd [[ source ~/.vimrc.common ]]
require 'configuration'
require 'keys'