Skip to content

Releases: lukas-reineke/indent-blankline.nvim

Version 2.1.3

28 Sep 01:55
Compare
Choose a tag to compare
  • Refresh on CompleteChanged

Version 2.1.2

28 Sep 01:54
Compare
Choose a tag to compare
  • Fix lazy loading

Version 2.1.1

28 Sep 01:53
Compare
Choose a tag to compare
  • Fix bug were setup function is not run

Version 2.1.0

28 Sep 01:52
Compare
Choose a tag to compare
  • Added setup function
  • Added buffer variables
  • Fix horizontal scroll

Version 2.0.1

28 Sep 01:51
Compare
Choose a tag to compare
  • Fix typo in docs

Version 2.0.0

28 Sep 01:47
Compare
Choose a tag to compare
  • Complete lua rewrite
  • Drop support for Neovim 0.4
  • Trigger on TextChanged, TextChangedI and WinScrolled
  • Removed IndentGuide dependency
  • Removed commands
    • IndentBlanklineEnableAll
    • IndentBlanklineDisableAll
    • IndentBlanklineToggleAll
  • Added Bang for commands
    • IndentBlanklineRefresh
    • IndentBlanklineEnable
    • IndentBlanklineDisable
    • IndentBlanklineToggle
  • New options:
    g:indent_blankline_char_highlight_list
    g:indent_blankline_space_char_highlight_list
    g:indent_blankline_show_end_of_line
    g:indent_blankline_show_foldtext
    g:indent_blankline_show_current_context
    g:indent_blankline_context_highlight_list
    g:indent_blankline_context_patterns
    g:indent_blankline_viewport_buffer
    g:indent_blankline_disable_warning_message
  • Remove options:
    indent_blankline_extra_indent_level