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