feat(config): add ability to replace statusline
This commit is contained in:
parent
4709170c38
commit
0deb566ee4
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ local plugins = {
|
|||
'fugitive',
|
||||
'gitsigns',
|
||||
'kommentary',
|
||||
'statusline',
|
||||
'treesitter',
|
||||
'telescope',
|
||||
'terminal',
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue