From 35dcc1b1cc3bb633007d771f5afcf040796c2f7e Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 4 Mar 2023 10:36:42 +0200 Subject: Fixed spelling @ enable_moveright --- lua/plugins/autopairs.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lua/plugins') diff --git a/lua/plugins/autopairs.lua b/lua/plugins/autopairs.lua index fc39d2e..90c6d35 100644 --- a/lua/plugins/autopairs.lua +++ b/lua/plugins/autopairs.lua @@ -1,4 +1,3 @@ --- Setup nvim-cmp. local status_ok, npairs = pcall(require, "nvim-autopairs") if not status_ok then return @@ -18,9 +17,9 @@ npairs.setup { disable_filetype = { "TelescopePrompt", "spectre_panel" }, disable_in_macro = true, disable_in_visualblock = true, - enalbe_moveright = true, + enable_moveright = true, enable_afterquote = true, -- add bracket pairs after quote - enable_check_bracket_line = true, --- check bracket in same line + enable_check_bracket_line = false, --- check bracket in same line enable_bracket_in_quote = true, -- break_undo = true, -- switch for basic rule break undo sequence fast_wrap = { -- cgit v1.2.3