add untracked files

This commit is contained in:
2023-12-30 00:53:47 +01:00
parent f54c1fca3b
commit c6fc077654
14 changed files with 265 additions and 0 deletions

6
lua/config/onedark.lua Normal file
View File

@@ -0,0 +1,6 @@
local ok, onedark = pcall(require, "onedark")
if not ok then
return
end
onedark.load()