diff --git a/doc/tabs-vs-spaces.txt b/doc/tabs-vs-spaces.txt index ea67610..cc185fb 100644 --- a/doc/tabs-vs-spaces.txt +++ b/doc/tabs-vs-spaces.txt @@ -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. @@ -85,7 +84,7 @@ 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, } < @@ -93,7 +92,6 @@ CONFIG *tabs-vs-spaces-tabs-vs-spaces.nvim-config*  ›  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. @@ -103,7 +101,6 @@ Command args work with completion. COMPLEMENTARY TOOLS *tabs-vs-spaces-tabs-vs-spaces.nvim-complementary-tools* - - mini.trailspace - guess-indent