Update to share across machines

This commit is contained in:
ChrisHilborne 2023-09-20 18:34:32 +02:00
parent 4382f98087
commit 09d8163ba8
3 changed files with 6 additions and 6 deletions

View File

@ -144,10 +144,10 @@ require('lazy').setup({
{ {
-- Theme inspired by Atom -- Theme inspired by Atom
'navarasu/onedark.nvim', "catppuccin/nvim",
priority = 1000, priority = 1000,
config = function() config = function()
vim.cmd.colorscheme 'onedark' vim.cmd.colorscheme 'catppuccin-mocha'
end, end,
}, },
@ -158,7 +158,7 @@ require('lazy').setup({
opts = { opts = {
options = { options = {
icons_enabled = false, icons_enabled = false,
theme = 'onedark', theme = 'catppuccin-mocha',
component_separators = '|', component_separators = '|',
section_separators = '', section_separators = '',
}, },
@ -221,7 +221,7 @@ require('lazy').setup({
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
-- --
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins -- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
-- { import = 'custom.plugins' }, { import = 'custom.plugins' },
}, {}) }, {})
-- [[ Setting options ]] -- [[ Setting options ]]