From 7c10e89f0a0ad05bfac516b9d7b35ba2dff5afdd Mon Sep 17 00:00:00 2001 From: Sean Villars Date: Tue, 13 Aug 2024 11:02:25 -0500 Subject: [PATCH] add multi and transparent --- init.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.lua b/init.lua index 8d7443ba..f01ae0d3 100644 --- a/init.lua +++ b/init.lua @@ -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.