fixtabout

This commit is contained in:
sadanslargehole 2024-03-12 08:14:15 -05:00
parent 641621a88a
commit c2daf1e3f3
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800

View file

@ -6,7 +6,7 @@ require("tabout").setup({
default_tab = "<C-t>", -- shift default action (only at the beginning of a line, otherwise <TAB> is used) default_tab = "<C-t>", -- shift default action (only at the beginning of a line, otherwise <TAB> is used)
default_shift_tab = "<C-d>", -- reverse shift default action, default_shift_tab = "<C-d>", -- reverse shift default action,
enable_backwards = true, -- well ... enable_backwards = true, -- well ...
completion = false, -- if the tabkey is used in a completion pum completion = true, -- if the tabkey is used in a completion pum
tabouts = { tabouts = {
{ open = "'", close = "'" }, { open = "'", close = "'" },
{ open = '"', close = '"' }, { open = '"', close = '"' },