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.