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',
|
'fugitive',
|
||||||
'gitsigns',
|
'gitsigns',
|
||||||
'kommentary',
|
'kommentary',
|
||||||
|
'statusline',
|
||||||
'treesitter',
|
'treesitter',
|
||||||
'telescope',
|
'telescope',
|
||||||
'terminal',
|
'terminal',
|
||||||
|
|
|
@ -60,6 +60,7 @@ return packer.startup(function()
|
||||||
require('cosmic.core.statusline')
|
require('cosmic.core.statusline')
|
||||||
end,
|
end,
|
||||||
after = 'nvim-web-devicons',
|
after = 'nvim-web-devicons',
|
||||||
|
disable = vim.tbl_contains(user_plugins.disable, 'statusline'),
|
||||||
})
|
})
|
||||||
|
|
||||||
-- file explorer
|
-- file explorer
|
||||||
|
|
Loading…
Add table
Reference in a new issue