upstream changes

This commit is contained in:
RVonHoog 2024-04-10 19:21:43 -07:00 committed by Richard V.H
parent 6e0af1970e
commit 79033de732
1 changed files with 14 additions and 0 deletions

View File

@ -902,6 +902,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'.
<<<<<<< HEAD
<<<<<<< HEAD <<<<<<< HEAD
vim.cmd.colorscheme 'monokai-pro' vim.cmd.colorscheme 'monokai-pro'
@ -910,6 +911,15 @@ require('lazy').setup({
======= =======
vim.cmd.colorscheme 'tokyonight-night' vim.cmd.colorscheme 'tokyonight-night'
>>>>>>> ebca680 (perf: load tokyonight.nvim in the intended way (#1360)) >>>>>>> ebca680 (perf: load tokyonight.nvim in the intended way (#1360))
=======
vim.cmd.colorscheme 'tokyonight-night'
=======
vim.cmd.colorscheme 'monokai-pro'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'
>>>>>>> 9904631 (Feat: added hardtime)
>>>>>>> 3ddf1d1 (upstream changes)
end, end,
}, },
@ -996,6 +1006,8 @@ require('lazy').setup({
-- require 'kickstart.plugins.autopairs', -- require 'kickstart.plugins.autopairs',
-- require 'kickstart.plugins.neo-tree', -- require 'kickstart.plugins.neo-tree',
-- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps -- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps
require 'kickstart.plugins.indent_line',
require 'kickstart.plugins.lint',
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua` -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
-- This is the easiest way to modularize your config. -- This is the easiest way to modularize your config.
@ -1009,6 +1021,8 @@ require('lazy').setup({
-- Or use telescope! -- Or use telescope!
-- In normal mode type `<space>sh` then write `lazy.nvim-plugin` -- In normal mode type `<space>sh` then write `lazy.nvim-plugin`
-- you can continue same window with `<space>sr` which resumes last telescope search -- you can continue same window with `<space>sr` which resumes last telescope search
-- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
{ import = 'custom.plugins' },
}, { }, {
ui = { ui = {
-- If you are using a Nerd Font: set icons to an empty table which will use the -- If you are using a Nerd Font: set icons to an empty table which will use the