doing things the 'lua way'

This commit is contained in:
PowerUser64 2021-09-03 01:43:41 -07:00
parent 1a1f79632f
commit 965ec5f6e4

View file

@ -23,7 +23,8 @@ return require('packer').startup(function()
use { -- onedark theme use { -- onedark theme
'navarasu/onedark.nvim', 'navarasu/onedark.nvim',
config = function() config = function()
vim.cmd 'colorscheme onedark' -- vim.g.onedark_transparent_background = true,
require('onedark').setup()
end end
} }
use { -- color tag highlighter use { -- color tag highlighter