diff --git a/lua/config/theme.lua b/lua/config/theme.lua index 3074430..e845f40 100644 --- a/lua/config/theme.lua +++ b/lua/config/theme.lua @@ -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" +}) + diff --git a/lua/plugins.lua b/lua/plugins.lua index 8fb9117..a120f42 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 { diff --git a/plugin/packer_compiled.lua b/plugin/packer_compiled.lua index 1a02399..ff72cd9 100644 --- a/plugin/packer_compiled.lua +++ b/plugin/packer_compiled.lua @@ -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"