Update configuration

This commit is contained in:
Saeed Afzal
2022-09-24 14:56:23 +01:00
parent ab22aeeeb9
commit daaab2caad
13 changed files with 154 additions and 176 deletions

View File

@@ -1,3 +1,6 @@
local g = vim.g
require("tokyonight").setup {
style = "night",
lualine_bold = true
}
vim.g.tokyonight_italic_functions = true
vim.cmd [[colorscheme tokyonight]]