Skip to content

Commit

Permalink
auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2023
1 parent bf32ec9 commit f2ef19f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/my-template-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*my-template-docs.txt* For Neovim >= 0.8.0 Last change: 2023 October 23
*my-template-docs.txt* For Neovim >= 0.8.0 Last change: 2023 October 26

==============================================================================
Table of Contents *my-template-docs-table-of-contents*
Expand Down Expand Up @@ -38,11 +38,11 @@ CONFIGURATION *my-template-docs-autoindent.nvim-configuration*
DEFAULT CONFIG ~

>lua
{
require("auto-indent").setup({
lightmode = true, -- Lightmode assumes tabstop and indentexpr not change within buffer's lifetime
indentexpr = nil, -- Use vim.bo.indentexpr by default, see 'Custom Indent Evaluate Method'
ignore_filetype = {}, -- Disable plugin for specific filetypes, e.g. ignore_filetype = { 'javascript' }
}
})
<


Expand Down

0 comments on commit f2ef19f

Please sign in to comment.