Skip to content

Commit

Permalink
docs: auto generate vim docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored and github-actions[bot] committed May 30, 2024
1 parent 8d4773d commit 42cd6fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/tabs-vs-spaces.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ deviate from a project defaults continue to exist.

There are several reasons why indentation styles might get mixed up.


- A project-specific linter/formatter is either not installed or not available in its required configuration.
- Quick editing single files outside a project’s working directory.
- Wrong indentation might not be obvious, with or without space characters toggled on.
Expand Down Expand Up @@ -85,15 +84,14 @@ CONFIG *tabs-vs-spaces-tabs-vs-spaces.nvim-config*
},
},
standartize_on_save = false,
-- Enable or disable user commands see Readme.md/Commands for more info.
-- Enable or disable user commands see Readme.md/#Commands for more info.
user_commands = true,
}
<


 ›  COMMANDS *tabs-vs-spaces-tabs-vs-spaces.nvim- › -commands*


- `:TabsVsSpacesToggle` optional args `on` | `buf_on` | `off` | `buff_off`
- `:TabsVsSpacesStandardize` works for current buffer or selected range `:'<,'>TabsVsSpacesStandardize`
- `:TabsVsSpacesConvert` args `spaces_to_tabs` | `tabs_to_spaces` for current buffer or range.
Expand All @@ -103,7 +101,6 @@ Command args work with completion.

COMPLEMENTARY TOOLS *tabs-vs-spaces-tabs-vs-spaces.nvim-complementary-tools*


- mini.trailspace <https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-trailspace.md>
- guess-indent <https://github.com/nmac427/guess-indent.nvim>

Expand Down

0 comments on commit 42cd6fd

Please sign in to comment.