From 43ab4598ca0594d0a4a594061c86c737e12a27fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Miguel=20R=C3=BAa?= Date: Tue, 30 Apr 2024 11:38:47 +0200 Subject: [PATCH] Adding new configuration from work laptop --- init.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index d02e8c9e..5b145fbb 100644 --- a/init.lua +++ b/init.lua @@ -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',