summaryrefslogtreecommitdiff
path: root/.config/nvim/init.lua
blob: fbe3caf353bb3dc5ea3c2ef2934e0ad5ece08afc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--               __       _           _
--   ___   __ _ / _| ___ | |__   __ _| |__   ___
--  / __| / _' | |_ / _ \|  _ \ / _' |  _ \ / _ \
-- | |__ / (_| |  _|  __/| |_) / (_| | |_) |  __/
--  \___|\___._|_|  \___||____/\___._|____/ \___/
--
-- Personal vim configuration of cafebabe

require('user.options')
require('user.plugins')
require('user.keymaps')

--vim: nospell