doing things the 'lua way'
This commit is contained in:
parent
1a1f79632f
commit
965ec5f6e4
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ return require('packer').startup(function()
|
|||
use { -- onedark theme
|
||||
'navarasu/onedark.nvim',
|
||||
config = function()
|
||||
vim.cmd 'colorscheme onedark'
|
||||
-- vim.g.onedark_transparent_background = true,
|
||||
require('onedark').setup()
|
||||
end
|
||||
}
|
||||
use { -- color tag highlighter
|
||||
|
|
Loading…
Add table
Reference in a new issue