Use git-theme
This commit is contained in:
parent
22298bc190
commit
6baad6a90a
|
@ -15,9 +15,25 @@ local let = utils.let
|
|||
|
||||
|
||||
-- Gruvbox
|
||||
let('g', 'gruvbox_italic', 1)
|
||||
let('g', 'gruvbox_transparent_bg', 1)
|
||||
cmd [[colorscheme gruvbox]]
|
||||
-- let('g', 'gruvbox_italic', 1)
|
||||
-- let('g', 'gruvbox_transparent_bg', 1)
|
||||
-- cmd [[colorscheme gruvbox]]
|
||||
|
||||
-- Airline
|
||||
let('g', 'airline_powerline_fonts ', 1)
|
||||
-- let('g', 'airline_powerline_fonts ', 1)
|
||||
|
||||
-- github-theme
|
||||
|
||||
require('lualine').setup({
|
||||
options = {
|
||||
theme = "github"
|
||||
-- section_separators = {'', ''},
|
||||
-- component_separators = {'', ''}
|
||||
}
|
||||
})
|
||||
|
||||
require('github-theme').setup({
|
||||
function_style = "italic",
|
||||
theme_style = "dimmed"
|
||||
})
|
||||
|
||||
|
|
|
@ -36,11 +36,16 @@ local function init()
|
|||
}
|
||||
|
||||
-- Colortheme
|
||||
use 'rktjmp/lush.nvim'
|
||||
use 'alaric/nortia.nvim'
|
||||
use 'morhetz/gruvbox'
|
||||
use 'vim-airline/vim-airline'
|
||||
use 'vim-airline/vim-airline-themes'
|
||||
-- use 'rktjmp/lush.nvim'
|
||||
-- use 'alaric/nortia.nvim'
|
||||
-- use 'morhetz/gruvbox'
|
||||
-- use 'vim-airline/vim-airline'
|
||||
-- use 'vim-airline/vim-airline-themes'
|
||||
use 'projekt0n/github-nvim-theme'
|
||||
use {
|
||||
'hoob3rt/lualine.nvim',
|
||||
requires = {'kyazdani42/nvim-web-devicons', opt = true}
|
||||
}
|
||||
|
||||
-- Coc
|
||||
use {
|
||||
|
|
|
@ -77,22 +77,18 @@ _G.packer_plugins = {
|
|||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/coc.nvim"
|
||||
},
|
||||
gruvbox = {
|
||||
["github-nvim-theme"] = {
|
||||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/gruvbox"
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/github-nvim-theme"
|
||||
},
|
||||
["lush.nvim"] = {
|
||||
["lualine.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/lush.nvim"
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/lualine.nvim"
|
||||
},
|
||||
["nginx.vim"] = {
|
||||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nginx.vim"
|
||||
},
|
||||
["nortia.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nortia.nvim"
|
||||
},
|
||||
["nvim-lspconfig"] = {
|
||||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-lspconfig"
|
||||
|
@ -114,6 +110,10 @@ _G.packer_plugins = {
|
|||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-treesitter-textobjects"
|
||||
},
|
||||
["nvim-web-devicons"] = {
|
||||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/nvim-web-devicons"
|
||||
},
|
||||
["packer.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/packer.nvim"
|
||||
|
@ -135,14 +135,6 @@ _G.packer_plugins = {
|
|||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/undotree"
|
||||
},
|
||||
["vim-airline"] = {
|
||||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/vim-airline"
|
||||
},
|
||||
["vim-airline-themes"] = {
|
||||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/vim-airline-themes"
|
||||
},
|
||||
["vim-matchup"] = {
|
||||
loaded = true,
|
||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/vim-matchup"
|
||||
|
|
Loading…
Reference in New Issue
Block a user