Update .config/nvim/init.lua
This commit is contained in:
parent
822b8bb369
commit
9bfe910d62
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
]])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue