mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
add lush and template for creating colorschemes
This commit is contained in:
parent
6c7717e451
commit
a84f5eb36b
5 changed files with 305 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue