diff --git a/lua/plugins/surround.lua b/lua/plugins/surround.lua index f4a7031..1be7658 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", + event = "VeryLazy", -- FIXME: Causes splash screen to disappear on startup config = function() require("nvim-surround").setup({}) end diff --git a/lua/plugins/todo.lua b/lua/plugins/todo.lua index 8abc915..5543462 100644 --- a/lua/plugins/todo.lua +++ b/lua/plugins/todo.lua @@ -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({