indent-blankline.nvim

Indent guides for Neovim

MIT License

Stars
4.1K
Committers
41

Bot releases are visible (Hide)

indent-blankline.nvim - Version 2.5.7

Published by lukas-reineke about 3 years ago

  • Update the README to not overwrite all listchars
  • Handle listchars without a tab character
indent-blankline.nvim - Version 2.5.6

Published by lukas-reineke about 3 years ago

  • Fix trailing space for blanklines
indent-blankline.nvim - Version 2.5.5

Published by lukas-reineke about 3 years ago

  • Fix typo in readme
  • Fix initialization of g:indent_blankline_space_char_blankline_highlight_list
  • Refactor find_indent
indent-blankline.nvim - Version 2.5.4

Published by lukas-reineke about 3 years ago

  • Fix wrong indent for empty lines with only extra
indent-blankline.nvim - Version 2.5.3

Published by lukas-reineke about 3 years ago

  • Remove old reference to indent_blankline_space_char
indent-blankline.nvim - Version 2.5.2

Published by lukas-reineke about 3 years ago

  • Fix background highlight example
indent-blankline.nvim - Version 2.5.1

Published by lukas-reineke about 3 years ago

  • Only load treesitter libs if needed
indent-blankline.nvim - Version 2.5.0

Published by lukas-reineke about 3 years ago

  • Add g:indent_blankline_max_indent_increase
indent-blankline.nvim - Version 2.4.0

Published by lukas-reineke about 3 years ago

  • Remove indent_blankline_respect_list
  • Add g:indent_blankline_disable_with_nolist
indent-blankline.nvim - Version 2.3.0

Published by lukas-reineke about 3 years ago

  • Add g:indent_blankline_respect_list option
indent-blankline.nvim - Version 2.2.2

Published by lukas-reineke about 3 years ago

  • Remove old vimscript code
indent-blankline.nvim - Version 2.2.1

Published by lukas-reineke about 3 years ago

  • Fix first indent on a line with whitespace less than the current shift width
indent-blankline.nvim - Version 2.2.0

Published by lukas-reineke about 3 years ago

  • Correctly display listchars under the indent guides Huge thanks to @Daxtorim
  • Remove options:
    indent_blankline_space_char - listchars is used to get the correct space character
indent-blankline.nvim - Version 2.1.4

Published by lukas-reineke about 3 years ago

  • Fix race condition in is_indent_blankline_enabled
indent-blankline.nvim - Version 2.1.3

Published by lukas-reineke about 3 years ago

  • Refresh on CompleteChanged
indent-blankline.nvim - Version 2.1.2

Published by lukas-reineke about 3 years ago

  • Fix lazy loading
indent-blankline.nvim - Version 2.1.1

Published by lukas-reineke about 3 years ago

  • Fix bug were setup function is not run
indent-blankline.nvim - Version 2.1.0

Published by lukas-reineke about 3 years ago

  • Added setup function
  • Added buffer variables
  • Fix horizontal scroll
indent-blankline.nvim - Version 2.0.1

Published by lukas-reineke about 3 years ago

  • Fix typo in docs
indent-blankline.nvim - Version 2.0.0

Published by lukas-reineke about 3 years ago

  • 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
Package Rankings
Top 8.17% on Proxy.golang.org
Related Projects