mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-05 10:34:52 +02:00
added rose-pine colorscheme
This commit is contained in:
parent
565208bd0f
commit
ac6f81f25a
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -893,7 +893,7 @@ require('lazy').setup({
|
|||
vim.cmd.colorscheme 'tokyonight-night'
|
||||
end,
|
||||
},
|
||||
|
||||
{ 'rose-pine/neovim', name = 'rose-pine' },
|
||||
-- Highlight todo, notes, etc in comments
|
||||
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue