From 25885dd7c7ef3c46cd2383e371204248554a1710 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 8 Apr 2024 21:06:11 +0100 Subject: [PATCH] Remove FIXME's that 3daca6d6 disabled --- lua/plugins/surround.lua | 2 +- lua/plugins/todo.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/surround.lua b/lua/plugins/surround.lua index 1be7658..f4a7031 100644 --- a/lua/plugins/surround.lua +++ b/lua/plugins/surround.lua @@ -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 diff --git a/lua/plugins/todo.lua b/lua/plugins/todo.lua index 5543462..8abc915 100644 --- a/lua/plugins/todo.lua +++ b/lua/plugins/todo.lua @@ -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({