Remove FIXME's that 3daca6d6 disabled

This commit is contained in:
Kenneth Benzie 2024-04-08 21:06:11 +01:00
parent 27f1e54777
commit 25885dd7c7
2 changed files with 2 additions and 2 deletions

View File

@ -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", -- FIXME: Causes splash screen to disappear on startup event = "VeryLazy",
config = function() config = function()
require("nvim-surround").setup({}) require("nvim-surround").setup({})
end end

View File

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