Improved neovim config

This commit is contained in:
Eduard Urbach 2023-08-21 19:19:37 +02:00
parent 2ad93d9338
commit ce110d730e
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
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")