38 Commits

Author SHA1 Message Date
Junegunn Choi
0c8cc7f503 Add vim doc
Some checks failed
Test / build (push) Has been cancelled
Close #79
2024-09-12 18:17:43 +09:00
Junegunn Choi
785c1e17fe Remove unnecessary commands 2024-04-30 09:50:21 +09:00
Junegunn Choi
fe76263e1f Set up GitHub Actions (#77) 2024-04-30 09:47:30 +09:00
Aaron
87b1bb6996 Add section on plugin installation (#76) 2024-04-30 09:37:25 +09:00
Junegunn Choi
86aaec1700 Create FUNDING.yml 2022-08-03 11:21:09 +09:00
Junegunn Choi
eebac6c4fc Add LICENSE 2021-11-18 10:27:08 +09:00
Junegunn Choi
4412a84d7f Fix test on Travis CI 2020-10-13 20:31:14 +09:00
Junegunn Choi
4eb5d756b3 Fix test 2020-10-13 20:28:18 +09:00
Junegunn Choi
2adb5e2cac Fix normal mode operator: <Plug>(Limelight)
Caused by #60
2020-10-13 20:26:22 +09:00
Tobias Witt
815c612250 Don't move the cursor to beginning of line on deactivating limelight (#60)
Calling functions in vim using a range with `<line1>,<line2>call ...`
makes vim move the cursor to the beginning of the line. This can cause
distraction when Limelight is used in conjunction with the insert mode
(e.g. when deactivating on `InsertLeave`).

This commit makes the `Limelight` command pass the range as parameters
to the `execute` function which removes that effect while
`Limelight`ening a range still works.
2020-09-07 14:09:35 +09:00
郑浩楠
26e913a2e0 Fix horizontal cursor position when moving vertically (#59)
Fix #43
2019-07-09 22:14:30 +09:00
Filipe Silva
106fb5749d Backward compatibility for old Neovim releases (#32) 2016-06-24 02:51:29 +09:00
Junegunn Choi
e93c8013bb Fix #30 - Add support for termguicolors 2016-05-17 22:27:08 +09:00
Junegunn Choi
be8c754eb1 Support truecolor Neovim 2016-04-12 01:40:12 +09:00
Junegunn Choi
153e3f7b78 Merge pull request #23 from regnat/master
Added error message when running neovim with true colors
2015-08-19 12:09:33 +09:00
Théophane Hufschmitt
7551f9cd79 Added error message when running neovim with true colors 2015-08-19 10:22:57 +08:00
Junegunn Choi
4d63759523 Add g:limelight_priority
Can be used not to overrule hlsearch. Close #21.
2015-07-30 23:45:15 +09:00
Junegunn Choi
487515a1de Customizable paragraph boundary
Close #20
2015-07-30 23:35:53 +09:00
Junegunn Choi
9f57165a38 Workaround for Vim bug: using Float as a String in gvim (#19)
Related:
https://github.com/junegunn/vim-easy-align/issues/27
2015-07-30 01:48:08 +09:00
Junegunn Choi
63c4d78128 Merge pull request #18 from pgdouyon/master
Exclude whitespace-only lines from Limelight range
2015-07-27 09:56:57 +09:00
Pierre Douyon
df66855282 Exclude whitespace-only lines from Limelight range 2015-07-26 20:21:56 -04:00
Junegunn Choi
dbe351f683 Update README 2015-07-07 03:01:22 +09:00
Junegunn Choi
fc8dfac390 Add <Plug> mappings for highlighting fixed range 2015-06-07 21:37:48 +09:00
Junegunn Choi
f282610943 Limelight for a visual range (#15) 2015-06-07 21:26:18 +09:00
Junegunn Choi
64d1b28b93 Add g:limelight_paragraph_span (#12) 2015-02-18 02:54:32 +09:00
Junegunn Choi
faa85b1d1f Move the code to autoload directory 2015-01-31 01:38:00 +09:00
Junegunn Choi
34493b4232 Fix error message (#10) 2014-12-24 17:36:31 +09:00
Junegunn Choi
53887b5839 Merge pull request #8 from duckwork/master
Add guisp=bg to LimelightDim group
2014-11-16 04:29:59 +09:00
Case Duckworth
9bb5fa43d5 Add guisp=bg to LimelightDim group 2014-11-15 10:38:54 -07:00
Junegunn Choi
171112a9f7 Fix typo (#5) 2014-08-18 19:15:50 +09:00
Junegunn Choi
ab4cb16bae Promote the use of GoyoEnter/GoyoLeave events 2014-08-11 03:45:14 +09:00
Junegunn Choi
5c164c916a Fix error message (#4) 2014-07-08 12:09:11 +09:00
Junegunn Choi
f6ee73b43f Add failing test case for invalid message (#4) 2014-07-08 12:09:03 +09:00
Junegunn Choi
83db143222 Replace image 2014-07-03 02:02:37 +09:00
Junegunn Choi
b0d01418c9 "Hyperfocus-writing in Vim" 2014-07-03 01:52:17 +09:00
Junegunn Choi
468baebd45 Update ANSI code interpolation to cover more cases 2014-07-02 17:45:58 +09:00
Junegunn Choi
91813552c5 Update test code 2014-07-02 13:00:20 +09:00
Junegunn Choi
1bafe3d6d0 Initial commit 2014-07-02 01:41:43 +09:00