-
-
Notifications
You must be signed in to change notification settings - Fork 638
Closed
Description
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.

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
Labels
No labels