feat(nvim): activate context plugin on more

This commit is contained in:
Stefan Imhoff
2022-09-05 12:14:16 +02:00
parent 8aad586314
commit 7a25174c9a

View File

@@ -4,4 +4,17 @@ if not status_ok then
return
end
context.setup()
context.setup({
patterns = {
default = {
"class",
"function",
"method",
"for",
"while",
"if",
"switch",
"case",
},
},
})