mirror of
https://github.com/sadan4/nvim.git
synced 2024-11-16 22:34:39 -05:00
fixtabout
This commit is contained in:
parent
641621a88a
commit
c2daf1e3f3
1 changed files with 1 additions and 1 deletions
|
@ -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_shift_tab = "<C-d>", -- reverse shift default action,
|
||||
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 = {
|
||||
{ open = "'", close = "'" },
|
||||
{ open = '"', close = '"' },
|
||||
|
|
Loading…
Reference in a new issue