NvChad statusline workinggit add -Agit add -A
This commit is contained in:
parent
875831ed54
commit
d587a8ac3e
19 changed files with 1338 additions and 20 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue