diff --git a/lua/plugins/actoggle.lua b/lua/plugins/actoggle.lua index 2574a64..fa4b413 100644 --- a/lua/plugins/actoggle.lua +++ b/lua/plugins/actoggle.lua @@ -4,7 +4,7 @@ return { opts = function(_, opts) opts.keymap = { preset = "default", - [""] = { "select_and_accept" }, + [""] = { "select_and_accept" }, } vim.b.completion = true diff --git a/stylua.toml b/stylua.toml index 5d6c50d..0f90030 100644 --- a/stylua.toml +++ b/stylua.toml @@ -1,3 +1,3 @@ indent_type = "Spaces" indent_width = 2 -column_width = 120 \ No newline at end of file +column_width = 120