Improved neovim config

This commit is contained in:
Eduard Urbach 2023-08-21 19:19:37 +02:00
parent f6b9a5b57e
commit 383ebe0fba
Signed by: eduard
GPG key ID: 49226B848C78F6C8
15 changed files with 169 additions and 76 deletions

View file

@ -5,6 +5,7 @@ return {
opts = {
style = "dark",
transparent = false,
term_colors = true,
},
config = function(_, opts)
local theme = require("onedark")