mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
8 lines
175 B
Lua
8 lines
175 B
Lua
local config = {}
|
|
|
|
config.season = "S3"
|
|
config.projects = vim.fn.expand("~/projects")
|
|
config.uni_dir = vim.fn.expand("~/projects/university/" .. config.season)
|
|
|
|
return config
|