From a84f5eb36b7bf742a505116483b2745e2f5414d5 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 30 Jun 2021 22:03:56 -0400 Subject: add lush and template for creating colorschemes --- lua/plugins.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 7c76121a..60752ac5 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -23,8 +23,8 @@ return require("packer").startup(function(use) use {"nvim-lua/popup.nvim"} use {"nvim-lua/plenary.nvim"} use { - "nvim-telescope/telescope.nvim", - config = [[require('lv-telescope')]], + "nvim-telescope/telescope.nvim", + config = [[require('lv-telescope')]], cmd = "Telescope" } -- Autocomplete @@ -368,6 +368,12 @@ return require("packer").startup(function(use) disable = not O.plugin.gist.active, requires = 'mattn/webapi-vim' } + -- Lush Create Color Schemes + use { + "rktjmp/lush.nvim", + cmd = {"LushRunQuickstart", "LushRunTutorial", "Lushify"}, + disable = not O.plugin.lush.active, + } -- HTML preview use { 'turbio/bracey.vim', -- cgit v1.2.3