NvChad statusline workinggit add -Agit add -A

This commit is contained in:
ChrisHilborne 2023-10-22 01:11:33 +02:00
parent 875831ed54
commit d587a8ac3e
19 changed files with 1338 additions and 20 deletions

View file

@ -7,25 +7,25 @@ return {
style = "moon",
},
},
{
"catppuccin/nvim",
lazy = false,
priority = 1000,
},
{
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
opts = {
options = {
icons_enabled = true,
-- theme = 'catppuccin-mocha',
theme = 'tokyonight',
-- section_separators = { left = '', right = '' },
-- component_separators = { left = '', right = '' }
},
},
},
-- {
-- "catppuccin/nvim",
-- lazy = false,
-- priority = 1000,
-- },
-- {
-- Set lualine as statusline
-- 'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
-- opts = {
-- options = {
-- icons_enabled = true,
-- theme = 'catppuccin-mocha',
-- theme = 'tokyonight',
-- section_separators = { left = '', right = '' },
-- component_separators = { left = '', right = '' }
-- },
-- },
-- },
{
-- Add indentation guides even on blank lines
'lukas-reineke/indent-blankline.nvim',