Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 20, 2023
1 parent 0ee850c commit 41a4154
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/template.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*template.nvim.txt* For NVIM v0.8.0 Last change: 2023 July 17
*template.nvim.txt* For NVIM v0.8.0 Last change: 2023 October 20

==============================================================================
Table of Contents *template.nvim-table-of-contents*
Expand Down Expand Up @@ -63,13 +63,13 @@ TEMPLATE GRAMMAR ~
DEFINE YOUR TEMPLATE ~

You need to configure the setting variable `temp_dir`. An example
configuration: `temp.temp_dir = '~/.config/nvim/template`. Create the directory
at the location specified then proceed to add template files.
configuration: `temp_dir = '~/.config/nvim/templates'`. Create the directory at
the location specified then proceed to add template files.

As an example create the file `main_owner.go` in the `temp_dir` directory you
set (e.g. ~/.config/nvim/template/main_owner.go)
set (e.g. ~/.config/nvim/templates/main_owner.go)

Nested folders are also supported (e.g. ~/.config/nvim/template/rust/http.rs)
Nested folders are also supported (e.g. ~/.config/nvim/templates/rust/http.rs)

>go
// Copyright {{_date_}} {{_author_}}. All rights reserved.
Expand Down

0 comments on commit 41a4154

Please sign in to comment.