mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-15 23:38:26 +02:00
Update
This commit is contained in:
parent
5059c74507
commit
e4ae47ea70
4 changed files with 725 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -888,7 +888,7 @@ require('lazy').setup({
|
|||
-- Load the colorscheme here.
|
||||
-- Like many other themes, this one has different styles, and you could load
|
||||
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
||||
vim.cmd.colorscheme 'blue'
|
||||
vim.cmd.colorscheme 'my-blue'
|
||||
|
||||
-- You can configure highlights by doing something like:
|
||||
vim.cmd.hi 'Comment gui=none'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue