NTBBloodbath
3 years ago
1 changed files with 6 additions and 6 deletions
@ -1,9 +1,9 @@ |
|||
vim.cmd('hi clear') |
|||
if vim.fn.exists('syntax_on') then |
|||
vim.cmd('syntax reset') |
|||
vim.cmd("hi clear") |
|||
if vim.fn.exists("syntax_on") then |
|||
vim.cmd("syntax reset") |
|||
end |
|||
|
|||
vim.g['colors_name'] = 'doom-one' |
|||
vim.g["colors_name"] = "doom-one" |
|||
|
|||
package.loaded['colors.doom-one'] = nil |
|||
require('colors.doom-one') |
|||
package.loaded["colors.doom-one"] = nil |
|||
require("colors.doom-one") |
|||
|
Loading…
Reference in new issue