Remove FIXME's that 3daca6d6 disabled
This commit is contained in:
parent
27f1e54777
commit
25885dd7c7
@ -1,7 +1,7 @@
|
||||
return {
|
||||
'kylechui/nvim-surround',
|
||||
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||
event = "VeryLazy", -- FIXME: Causes splash screen to disappear on startup
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("nvim-surround").setup({})
|
||||
end
|
||||
|
@ -1,5 +1,5 @@
|
||||
return {
|
||||
'folke/todo-comments.nvim', -- FIXME: Causes splash screen to disappear on startup
|
||||
'folke/todo-comments.nvim',
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
config = function()
|
||||
require('todo-comments').setup({
|
||||
|
Loading…
x
Reference in New Issue
Block a user