Moved things around with nvim to allow multiple configurations, with nvims command

This commit is contained in:
Michael Housh
2023-09-23 20:39:33 -04:00
parent 6204b5f7b3
commit 8d396ff46f
37 changed files with 66 additions and 8 deletions

14
nvim/m-housh/init.lua Normal file
View File

@@ -0,0 +1,14 @@
require('plugins')
-- Key maps
require('mappings')
-- Common settings
require('settings')
-- Auto commands
require('autocmd')
-- Theme
require('theme')