update to current config

This commit is contained in:
Michael Short 2025-03-31 22:22:36 -06:00
parent 17e84d9d6a
commit f7affcc860
1 changed files with 10 additions and 10 deletions

View File

@ -266,8 +266,8 @@ require('lazy').setup({
-- config -- config
} }
end, end,
dependencies = { {'nvim-tree/nvim-web-devicons'}} dependencies = { { 'nvim-tree/nvim-web-devicons' } },
}, },
{ {
'windwp/nvim-autopairs', 'windwp/nvim-autopairs',
@ -889,7 +889,7 @@ require('lazy').setup({
-- Load the colorscheme here. -- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load -- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'rose-pine' vim.cmd.colorscheme 'slate'
vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' }) vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
-- You can configure highlights by doing something like: -- You can configure highlights by doing something like: