completion setup

This commit is contained in:
2024-09-30 05:17:31 +02:00
parent 437a8b0eac
commit 6a0e6be5c7
8 changed files with 125 additions and 0 deletions

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

@@ -0,0 +1,6 @@
local onedark = require("onedark")
onedark.setup{
style = "darker"
}
onedark.load()