add multi and transparent

This commit is contained in:
Sean Villars 2024-08-13 11:02:25 -05:00
parent f9878c10d4
commit 7c10e89f0a
1 changed files with 6 additions and 0 deletions

View File

@ -805,6 +805,7 @@ 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
@ -915,6 +916,11 @@ require('lazy').setup({
'mrjones2014/smart-splits.nvim',
lazy = false,
},
{
'mg979/vim-visual-multi',
},
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
-- init.lua. If you want these files, they are in the repository, so you can just download them and
-- place them in the correct locations.