Skip to content

Commit cc2f5f2

Browse files
docs: update configs.md
skip-checks: true
1 parent 1847e76 commit cc2f5f2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/configs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2436,11 +2436,11 @@ Default config:
24362436
{
24372437
editorInfo = {
24382438
name = "Neovim",
2439-
version = "0.12.0-dev+g2abea5dc37"
2439+
version = "0.12.0-dev+g645206e87f"
24402440
},
24412441
editorPluginInfo = {
24422442
name = "Neovim",
2443-
version = "0.12.0-dev+g2abea5dc37"
2443+
version = "0.12.0-dev+g645206e87f"
24442444
}
24452445
}
24462446
```
@@ -12150,7 +12150,7 @@ Default config:
1215012150
```lua
1215112151
{ "tex", "plaintex", "bib" }
1215212152
```
12153-
- `on_attach`: [../lsp/texlab.lua:136](../lsp/texlab.lua#L136)
12153+
- `on_attach`: [../lsp/texlab.lua:134](../lsp/texlab.lua#L134)
1215412154
- `root_markers` :
1215512155
```lua
1215612156
{ ".git", ".latexmkrc", "latexmkrc", ".texlabroot", "texlabroot", "Tectonic.toml" }

doc/configs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,11 +1595,11 @@ Default config:
15951595
{
15961596
editorInfo = {
15971597
name = "Neovim",
1598-
version = "0.12.0-dev+g2abea5dc37"
1598+
version = "0.12.0-dev+g645206e87f"
15991599
},
16001600
editorPluginInfo = {
16011601
name = "Neovim",
1602-
version = "0.12.0-dev+g2abea5dc37"
1602+
version = "0.12.0-dev+g645206e87f"
16031603
}
16041604
}
16051605
- on_attach (use "gF" to view): ../lsp/copilot.lua:106
@@ -9006,7 +9006,7 @@ Default config:
90069006
{ "texlab" }
90079007
- filetypes: >lua
90089008
{ "tex", "plaintex", "bib" }
9009-
- on_attach (use "gF" to view): ../lsp/texlab.lua:136
9009+
- on_attach (use "gF" to view): ../lsp/texlab.lua:134
90109010
- root_markers: >lua
90119011
{ ".git", ".latexmkrc", "latexmkrc", ".texlabroot", "texlabroot", "Tectonic.toml" }
90129012
- settings: >lua

0 commit comments

Comments
 (0)