Determined why splash screen disappears on start
This commit is contained in:
parent
e8a420d99d
commit
8add996ea0
@ -1,7 +1,7 @@
|
|||||||
return {
|
return {
|
||||||
'kylechui/nvim-surround',
|
'kylechui/nvim-surround',
|
||||||
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
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()
|
config = function()
|
||||||
require("nvim-surround").setup({})
|
require("nvim-surround").setup({})
|
||||||
end
|
end
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
return {
|
return {
|
||||||
'folke/todo-comments.nvim',
|
'folke/todo-comments.nvim', -- FIXME: Causes splash screen to disappear on startup
|
||||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||||
config = function()
|
config = function()
|
||||||
require('todo-comments').setup({
|
require('todo-comments').setup({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user