Determined why splash screen disappears on start

This commit is contained in:
Kenneth Benzie 2024-03-19 23:46:34 +00:00
parent e8a420d99d
commit 8add996ea0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
return {
'kylechui/nvim-surround',
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
event = "VeryLazy", -- FIXME: Causes splash screen to disappear on startup
config = function()
require("nvim-surround").setup({})
end

View File

@ -1,5 +1,5 @@
return {
'folke/todo-comments.nvim',
'folke/todo-comments.nvim', -- FIXME: Causes splash screen to disappear on startup
dependencies = { 'nvim-lua/plenary.nvim' },
config = function()
require('todo-comments').setup({