mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
15 lines
157 B
Lua
15 lines
157 B
Lua
|
|
require('plugins')
|
|
|
|
-- Key maps
|
|
require('mappings')
|
|
|
|
-- Common settings
|
|
require('settings')
|
|
|
|
-- Auto commands
|
|
require('autocmd')
|
|
|
|
-- Theme
|
|
require('theme')
|