Improved neovim config

This commit is contained in:
2023-08-21 19:19:37 +02:00
parent 2ad93d9338
commit ce110d730e
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")