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