Use git-theme

master
blallo 2021-11-19 23:40:14 +01:00
parent 22298bc190
commit 6baad6a90a
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
3 changed files with 38 additions and 25 deletions

View File

@ -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"
})

View File

@ -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 {

View File

@ -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"