1
0
Fork 0

Set colorscheme inside tokyonight config

This commit is contained in:
Daniele Tricoli 2021-11-20 03:15:52 +01:00
parent 98d9a6b3a5
commit 9f2dd8c7be

View file

@ -1,2 +1,3 @@
vim.g.tokyonight_style = 'night'
pcall(vim.cmd, 'colorscheme tokyonight')