mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): activate context plugin on more
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user