From 2a30ad46fc22fe9c6c9d06f29bd87e8705992bb7 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Thu, 10 Mar 2022 22:49:10 +0300 Subject: [PATCH] back to tokyonight --- config/nvim/lua/user/theme.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/nvim/lua/user/theme.lua b/config/nvim/lua/user/theme.lua index 4cb5672..450a311 100644 --- a/config/nvim/lua/user/theme.lua +++ b/config/nvim/lua/user/theme.lua @@ -1,6 +1,6 @@ -local cmd = vim.cmd - vim.g.tokyonight_style = "night" -cmd([[colorscheme edge]]) -cmd([[hi SpellBad guifg=red]]) +vim.cmd([[ +colorscheme tokyonight +hi SpellBad guifg=red +]])