Commit Graph

227 Commits

Author SHA1 Message Date
Sxderp
291ded9bb1 add option to specify indent width separate from shiftwidth (#384) 2023-07-12 11:33:40 +08:00
Paul Weaver
d15d63bf9c Add -bar to IndentLinesToggle command definition (#378)
Co-authored-by: Paul Weaver <paul@articulate.software>
2022-09-07 21:36:32 +08:00
Hasu
2dc5110cb5 separate conceal check and add error message (#377) 2022-09-04 15:41:24 +08:00
Alef Pereira
7753505f3c Add example on how to use the plugin with Json and MD (#367)
With disabled conceal for these file types
2022-02-15 11:27:34 +08:00
Yggdroot
5617a1cf7d Create FUNDING.yml 2021-01-28 18:15:26 +08:00
Yggdroot
a03953d4e8 fix issue #315 2020-11-27 10:10:40 +08:00
nstetter
9662ef8f04 README: Add example setting highlight group (#333)
* README: Add example setting highlight group
* Add an example to README showing how to set the default highlight
  group
2020-11-11 09:53:19 +08:00
Yggdroot
46f3c8bb5d Merge pull request #316 from brk3/patch-1
Add a note to README for Mac users
2020-11-10 11:22:32 +08:00
Yggdroot
961c95f8d5 add leaderf to indentLine_fileTypeExclude 2020-11-07 15:59:21 +08:00
Yggdroot
6107214eff Merge pull request #329 from sourabh-agrawal/typo/indentLine_bgcolor_gui
Fix typo in g:indentLine_bgcolor_gui
2020-10-12 21:23:27 +08:00
Sourabh Agrawal
ae280b82b6 Fix typo in indentLine_bgcolor_gui
While giving the example of option `indentLine_bgcolor_gui` there is a
typo and it should be following
e.g.  let g:indentLine_bgcolor_gui = '#FF5F00'
2020-10-12 18:38:00 +05:30
Yggdroot
1cbd532674 fix issue #328 2020-10-05 12:02:53 +08:00
Yggdroot
5bf4903552 Merge pull request #325 from frelind/doc_typo
Fix README typo in installation example
2020-09-04 18:38:10 +08:00
Fredrik Lindgren
58df039704 Fix README typo in installation example
The command example when git cloning to ~/.vim folder says indentLint instead of indentLine.
This commit fixes that.

Also remove trailing whitespace
2020-09-04 11:01:09 +02:00
Paul Bourke
a03cb8cd36 Add a note to README for Mac users
I couldn't figure out why this plugin wouldn't work for me for quite a while, till I read https://github.com/Yggdroot/indentLine/issues/59.

This adds a note to the README to let users know they need +conceal compiled in.
2020-06-18 19:03:24 +01:00
Yggdroot
43dbd70928 Merge pull request #311 from mnishz/fix_AutoResetWidth
Fix unexpected feature enabling by AutoResetWidth
2020-05-29 20:56:30 +08:00
mnishz
e14cef7907 Fix unexpected feature enabling by AutoResetWidth 2020-05-27 23:23:37 +09:00
Yggdroot
15aceda8c4 Merge pull request #294 from Mike325/autoredraw
Enable auto redraw indentLines
2020-03-06 10:01:05 +08:00
Mike
c1cacf2e46 Enable auto redraw indentLines
Trigger redraw after set shiftwidth or tabstop
2020-03-05 13:24:52 -08:00
Yggdroot
dfc850b7e4 Cursor position is wrong on startup 2020-03-04 14:16:51 +08:00
Yggdroot
1825d56ea8 fix issue #293
No such group or event: OptionSet diff call s:ToggleOnDiff()
2020-03-03 09:36:13 +08:00
Yggdroot
0fd5b08b3c fix issue #289 2020-03-02 15:12:32 +08:00
Yggdroot
f9ebc9a811 do not show indentLine if diff is set 2020-03-02 14:36:43 +08:00
Yggdroot
bb548a975e Revert "fix a bug"
This reverts commit 192a70b784.
2019-10-26 13:15:00 +08:00
Yggdroot
192a70b784 fix a bug 2019-10-26 11:21:13 +08:00
Yggdroot
9c6f8fe0b3 Merge pull request #284 from pesarkhobeee/Vim_8_packages
Add VIM built-in package management to the read me file
2019-10-23 14:54:49 +08:00
Farid
2a2d5739cf Add VIM built-in package management to read me file 2019-10-23 07:53:58 +02:00
Yggdroot
4764873470 fix issue #266 2019-02-22 14:50:21 +08:00
Yggdroot
80f4acdfab Merge pull request #260 from wincent/patch-1
doc: correct typo Spceify -> Specify
2018-11-25 20:07:42 +08:00
Greg Hurrell
95371d0ab8 doc: correct typo Spceify -> Specify 2018-11-25 12:54:50 +01:00
Yggdroot
3fe1e6022f Merge pull request #259 from taylorskalyo/color_from_cterm
Get color from 'cterm' instead of 'term'
2018-11-10 11:19:53 +08:00
taylorskalyo
e985c05f8f Get color from 'cterm' instead of 'term' 2018-11-09 17:27:59 -05:00
Yggdroot
8109623552 Merge pull request #253 from wincent/fix-missing-buffer-variables
Check for buffer variable existence before accessing
2018-10-06 08:32:58 +08:00
Greg Hurrell
f7d1930109 Check for buffer variable existence before accessing
Closes: https://github.com/Yggdroot/indentLine/issues/252
2018-10-05 20:28:24 +02:00
Caleb Donovick
82ec57f8df Allow colors to be defaulted to specified hl group (#250)
* Allow colors to be defaulted to specified hl group

* Add docs

* Fix docs
2018-09-05 10:02:16 +08:00
Yggdroot
4e4964d148 Merge pull request #242 from marabesi/master
Update README.md
2018-05-13 09:26:36 +08:00
Matheus Marabesi
ef80e9a9e6 Update README.md
Made easier to read the options to configure the plugin
2018-05-12 21:58:30 -03:00
Michael Lutsiuk
02b31cd3af Mitigate problems caused by default json syntax concealing quotes (#240)
* Respect original values of 'concealcursor' and 'conceallevel', so
  when user disables indentLine - quotes in JSON are back.
* Mention this problem in FAQ to save time.
2018-04-15 12:48:08 +08:00
Santos Gallegos
7a7e368205 Allow to exclude by buffer types (#235)
* Filter by buftype

* Add docs

* Typo
2018-02-22 16:31:01 +08:00
Yggdroot
86de3cdbda Merge pull request #234 from hhktony/patch-1
Fixed typo
2018-02-09 12:05:59 +08:00
Yggdroot
cc514410df Update README.md 2018-02-08 17:03:53 +08:00
Tony Xu
32db579e78 Fixed typo 2018-02-06 02:07:51 -06:00
Yggdroot
439348543c fix an issue that no indentLine when split window 2017-10-20 15:38:15 +08:00
Yggdroot
04e5c05fc3 Merge pull request #224 from alex-shamshurin/master
Fixed low performance issue on scrolling
2017-10-20 13:46:20 +08:00
Alexander Shamshurin
808a393f53 Update indentLine.vim
Disable  WinEnter * call <SID>Setup() which causes very low performance on scrolling (after user has switched between windows many times)
2017-10-19 20:23:56 +03:00
Yggdroot
a97b6d12ae Merge pull request #215 from rysson/master
Add background color (ctermbg, guibg)
2017-07-20 19:37:51 +08:00
Robert Kalinowski
bf6b4837d5 Add background color (ctermbg, guibg) 2017-07-20 10:22:50 +02:00
Yggdroot
b355474e3a Merge pull request #214 from thallada/patch-1
Add left-aligned unicode characters to README
2017-07-20 12:10:16 +08:00
Tyler Hallada
8b35e47268 Add left-aligned unicode characters to README
LEFT VERTICAL BOX LINE
LEFT ONE EIGHTH BLOCK

These unicode character are displayed all the way to the left of the column instead of in the center like the other unicode character suggestions. I think it's easier to look at.
2017-07-19 23:31:52 -04:00
Yggdroot
cdcf50529a fix issue #213 2017-07-10 10:31:32 +08:00