Adding new configuration from work laptop

This commit is contained in:
Juan Miguel Rúa 2024-04-30 11:38:47 +02:00
parent 5e10b36bd4
commit 43ab4598ca
1 changed files with 6 additions and 2 deletions

View File

@ -811,6 +811,10 @@ require('lazy').setup({
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
'folke/tokyonight.nvim',
priority = 1000, -- Make sure to load this before all the other start plugins.
opts = {
transparent = true,
},
init = function()
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
@ -917,8 +921,8 @@ require('lazy').setup({
-- Here are some example plugins that I've included in the Kickstart repository.
-- Uncomment any of the lines below to enable them (you will need to restart nvim).
--
-- require 'kickstart.plugins.debug',
-- require 'kickstart.plugins.indent_line',
require 'kickstart.plugins.debug',
require 'kickstart.plugins.indent_line',
-- require 'kickstart.plugins.lint',
-- require 'kickstart.plugins.autopairs',
-- require 'kickstart.plugins.neo-tree',