Fix event key typo

Thu, 12 Oct 2023 21:32:02 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 12 Oct 2023 21:32:02 -0400
changeset 1132
532c7964b23f
parent 1131
f3044a1658fc
child 1133
cb91318a522e

Fix event key typo

.config/nvim/lua/plugins/completion.lua file | annotate | diff | comparison | revisions
--- a/.config/nvim/lua/plugins/completion.lua
+++ b/.config/nvim/lua/plugins/completion.lua
@@ -93,7 +93,7 @@ return {
   {
     "ray-x/lsp_signature.nvim",
     branch = "master",
-    events = { "LspAttach" },
+    event = { "LspAttach" },
     opts = {
       toggle_key = "<F12>",
       toggle_key_flip_floatwin_setting = true,

mercurial