[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:
parent
0d28c3745c
commit
8262907b64
4 changed files with 138 additions and 29 deletions
7
config/nvim/init.lua
Normal file
7
config/nvim/init.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
-- Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
vim.opt.runtimepath:prepend "~/.vim"
|
||||
vim.cmd [[ source ~/.vimrc.common ]]
|
||||
|
||||
require 'configuration'
|
||||
require 'keys'
|
Loading…
Add table
Add a link
Reference in a new issue