Skip to content

Intro disappeared after installed #193

Closed
@redbug312

Description

@redbug312

The minimal config installed with packer:

vim.cmd [[packadd packer.nvim]]

return require('packer').startup(function()
    use {'wbthomason/packer.nvim', opt = true}
    use 'kyazdani42/nvim-tree.lua'
end)

And the expected intro screen will disappear after installed.
intro

It seems highlight commands in colors.setup() triggers redraw and cleans the intro screen.
Can that part be separated into a syntax/ folder?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions