replace intellitab with auto-indent
This commit is contained in:
@ -89,7 +89,7 @@ cmp.setup {
|
||||
elseif neogen.jumpable() then
|
||||
neogen.jump_next()
|
||||
else
|
||||
require("intellitab").indent()
|
||||
fallback()
|
||||
end
|
||||
end, { "i", "s" }),
|
||||
["<S-Tab>"] = cmp.mapping(function(fallback)
|
||||
|
Reference in New Issue
Block a user