Add options for specswitcher
This commit is contained in:
parent
1953a751f3
commit
1b2ca412c4
|
|
@ -47,7 +47,19 @@ require('packer').startup(function(use)
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
require('SpecSwitcher').setup()
|
require('SpecSwitcher').setup({
|
||||||
|
descend_dirs={
|
||||||
|
"include",
|
||||||
|
"src",
|
||||||
|
"spec",
|
||||||
|
"impl",
|
||||||
|
"specification",
|
||||||
|
"implementation"
|
||||||
|
},
|
||||||
|
extensions={
|
||||||
|
{"ads", "adb"}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
require('tokyonight').setup({
|
require('tokyonight').setup({
|
||||||
style = "storm",
|
style = "storm",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user