This commit is contained in:
Christian Nieves
2023-03-27 11:56:27 -05:00
parent ebd9aac40f
commit dce44d8c0c
3 changed files with 50 additions and 65 deletions

View File

@ -17,11 +17,11 @@ require("catppuccin").setup({
-- lightspeed = false,
-- lsp_saga = false,
lsp_trouble = true,
-- mason = true,
-- markdown = true,
mason = true,
markdown = true,
-- neogit = false,
-- neotest = false,
-- neotree = false,
neotree = true,
notify = true,
-- nvimtree = true,
-- overseer = false,
@ -29,11 +29,11 @@ require("catppuccin").setup({
symbols_outline = true,
telescope = true,
treesitter = true,
-- treesitter_context = false,
treesitter_context = false,
-- ts_rainbow = false,
-- vim_sneak = false,
-- vimwiki = false,
-- which_key = false,
which_key = true,
-- Special integrations, see https://github.com/catppuccin/nvim#special-integrations
dap = {

View File

@ -66,33 +66,8 @@ require('lualine').setup {
lualine_z = {'location'}
},
tabline = {
lualine_a = {{'tabs', mode = 1}},
-- lualine_b = {'branch'},
-- lualine_c = {'filename'},
-- lualine_c = {
-- { 'diagnostics', sources = {"nvim_lsp", "nvim_workspace_diagnostic"}, symbols = {error = ' ', warn = ' ', info = ' ', hint = ' '} },
-- },
-- lualine_y = { getLGTMs }
},
-- default
-- sections = {
-- lualine_a = {'mode'},
-- lualine_b = {'branch', 'diff', 'diagnostics'},
-- lualine_c = {'filename'},
-- lualine_x = {'encoding', 'fileformat', 'filetype'},
-- lualine_y = {'progress'},
-- lualine_z = {'location'}
-- },
inactive_sections = {
lualine_a = {},
lualine_b = {},
-- lualine_c = {'filename'},
lualine_x = {'location'},
lualine_y = {},
lualine_z = {}
lualine_a = {
{'tabs', mode = 1},
},
-- tabline = {},
-- winbar = {},
-- inactive_winbar = {},
-- extensions = {}
}
},
}