Skip to content

Commit

Permalink
doc: fix whitespace and a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Zeuch <[email protected]>
  • Loading branch information
l-zeuch committed Jan 21, 2025
1 parent c703f46 commit 1c134c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/yagpdbcc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ in your |init.lua|.
configs.yag_template_lsp = {
default_config = {
cmd = { "yag-template-lsp" },
filetypes = { "yagpdbcc" },
settings = {},
filetypes = { "yagpdbcc" },
settings = {},
single_file_support = true,
},
}
Expand Down Expand Up @@ -278,7 +278,7 @@ Before submitting a patch, be sure to read CONTRIBUTING.md for a full guide.
* Other Vim plugins for inspiration, especially on how to structure
plugin documentation (vim-go, vim-pathogen, vim-fugitive)
* yagpdb.vim contributors:
https://github.com/l-zeuch/vim-go/graphs/contributors.
https://github.com/l-zeuch/yagpdb.vim/graphs/contributors.

==============================================================================
9. License *yagpdbcc-license*
Expand Down

0 comments on commit 1c134c2

Please sign in to comment.