Compare commits
1 Commits
d8732c5e2e
...
e4a935de25
| Author | SHA1 | Date | |
|---|---|---|---|
| e4a935de25 |
@@ -16,13 +16,10 @@ return {
|
||||
local result = handle:read('*a')
|
||||
handle:close()
|
||||
|
||||
if result == "" then
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
require('tokyonight').setup();
|
||||
|
||||
vim.cmd.colorscheme 'tokyonight-night'
|
||||
return
|
||||
end
|
||||
|
||||
require('pywal').setup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user