feat(config): add ability to replace statusline

This commit is contained in:
Matt Leong 2021-10-26 16:59:38 -07:00
parent 4709170c38
commit 0deb566ee4
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ local plugins = {
'fugitive',
'gitsigns',
'kommentary',
'statusline',
'treesitter',
'telescope',
'terminal',

View file

@ -60,6 +60,7 @@ return packer.startup(function()
require('cosmic.core.statusline')
end,
after = 'nvim-web-devicons',
disable = vim.tbl_contains(user_plugins.disable, 'statusline'),
})
-- file explorer