Update .config/nvim/init.lua

This commit is contained in:
V 2022-12-03 23:42:23 +04:00
parent 822b8bb369
commit 9bfe910d62
1 changed files with 3 additions and 1 deletions

View File

@ -5,5 +5,7 @@ return require('packer').startup(function()
use 'williamboman/mason-lspconfig.nvim'
end)
vim.cmd([[colorscheme tokyonight-night]])
vim.cmd([[
colorscheme tokyonight-night
]])