-- load configurations files from lua/* require('filetype') require('options') require('functions') require('plugins') require('colorscheme') require('lsp') require('keybindings') require('layout') if vim.loop.os_gethostname() == 'ccflow' then require('diary') end