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.
10 lines
187 B
10 lines
187 B
3 years ago
|
vim.cmd('hi clear')
|
||
3 years ago
|
if vim.fn.exists('syntax_on') then
|
||
|
vim.cmd('syntax reset')
|
||
|
end
|
||
4 years ago
|
|
||
3 years ago
|
vim.g['colors_name'] = 'doom-one'
|
||
4 years ago
|
|
||
3 years ago
|
package.loaded['colors.doom-one'] = nil
|
||
|
require('colors.doom-one')
|