You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
236 B

vim.g.sonokai_style = 'atlantis'
vim.g.sonokai_diagnostic_line_highlight = 1
vim.g.sonokai_diagnostic_virtual_text = 'colored'
vim.g.sonokai_current_word = 'underline'
vim.g.sonokai_better_performance = 1
vim.cmd('colorscheme sonokai')