indent-blankline.nvim

Indent guides for Neovim

MIT License

Stars
4.1K
Committers
41

Bot releases are hidden (Show)

indent-blankline.nvim - Version 2.12.0

Published by lukas-reineke almost 3 years ago

  • Remove old vimscript functions
  • Better default values for g:indent_blankline_context_patterns and g:indent_blankline_filetype_exclude
indent-blankline.nvim - Version 2.11.0

Published by lukas-reineke almost 3 years ago

  • Add g:indent_blankline_show_current_context_start_on_current_line
indent-blankline.nvim - Version 2.10.6

Published by lukas-reineke almost 3 years ago

  • Update example setup in the readme and docs
indent-blankline.nvim - Version 2.10.5

Published by lukas-reineke almost 3 years ago

  • Run refresh without autocmds
  • Check that the window is valid before returning to it after refresh
indent-blankline.nvim - Version 2.10.4

Published by lukas-reineke almost 3 years ago

  • Remove nocombine from hl-IndentBlanklineContextStart again..
indent-blankline.nvim - Version 2.10.3

Published by lukas-reineke almost 3 years ago

  • Fix context start highlight column for files indent with tab
  • Fix context start highlight on lines with no indent
indent-blankline.nvim - Version 2.10.2

Published by lukas-reineke almost 3 years ago

  • Apply context start highlight after indentation
indent-blankline.nvim - Version 2.10.1

Published by lukas-reineke almost 3 years ago

  • Remove nocombine from hl-IndentBlanklineContextStart
indent-blankline.nvim - Version 2.10.0

Published by lukas-reineke almost 3 years ago

  • Add g:indent_blankline_show_current_context_start
  • Add hl-IndentBlanklineContextStart
indent-blankline.nvim - Version 2.9.3

Published by lukas-reineke almost 3 years ago

  • Fix indent cache for scrolling
  • Fix documentation tags
indent-blankline.nvim - Version 2.9.2

Published by lukas-reineke almost 3 years ago

  • Fix refresh argument types for 0.5
indent-blankline.nvim - Version 2.9.1

Published by lukas-reineke almost 3 years ago

  • Fix horizontal scroll update
indent-blankline.nvim - 2.9.0

Published by lukas-reineke almost 3 years ago

  • Add g:indent_blankline_context_char
  • Add g:indent_blankline_context_char_list
indent-blankline.nvim - Version 2.8.0

Published by lukas-reineke almost 3 years ago

  • Add IndentBlanklineRefreshScroll
indent-blankline.nvim - Version 2.7.0

Published by lukas-reineke almost 3 years ago

  • Add support for 0 width g:indent_blankline_char
indent-blankline.nvim - Version 2.6.4

Published by lukas-reineke about 3 years ago

  • Remove memo from find_indent, it made the performance worse
indent-blankline.nvim - Version 2.6.3

Published by lukas-reineke about 3 years ago

  • Fix issue when calling setup more than once
indent-blankline.nvim - Version 2.6.2

Published by lukas-reineke about 3 years ago

  • Memoize the find indent function
  • Run init on VimEnter to initialize indents in all open windows
  • Run init on plugin load to work with lazy loading
indent-blankline.nvim - Version 2.6.1

Published by lukas-reineke about 3 years ago

  • Wait until buffer is loaded before doing anything
indent-blankline.nvim - Version 2.6.0

Published by lukas-reineke about 3 years ago

  • Add g:indent_blankline_context_pattern_highlight
Package Rankings
Top 8.17% on Proxy.golang.org
Related Projects