Commit Graph

438 Commits

Author SHA1 Message Date
hedy
b9594d80a0 Merge branch 'master' of github.com:hedyhli/symbols-outline.nvim 2023-11-11 16:01:21 +08:00
hedy
e9ade0ed22 feat: Custom icon sources 2023-11-11 16:01:05 +08:00
hedyhli
486e6c502d Auto generate vim docs 2023-11-11 06:42:06 +00:00
hedy
026e05840b docs: Fix typo 2023-11-11 14:41:35 +08:00
hedyhli
9946da8de4 Auto generate vim docs 2023-11-11 06:19:36 +00:00
hedy
79b2c8c2db Update readme 2023-11-11 14:18:52 +08:00
hedy
5aa15e9955 feat: Goto and close keybinding 2023-11-11 14:04:26 +08:00
hedy
e9d83e472e feat: Blend cursor color with cursorline 2023-11-11 11:20:14 +08:00
hedy
09b51fa5d5 feat: Print warning when no providers found 2023-11-08 22:24:45 +08:00
hedy
451eca2b37 Fix readme 2023-11-08 19:28:20 +08:00
hedyhli
afd70f30d0 Auto generate vim docs 2023-11-08 11:24:05 +00:00
hedy
1e7021d107 Fix panvimdoc 2023-11-08 19:23:40 +08:00
hedyhli
8e6f2af6e1 Auto generate vim docs 2023-11-08 11:16:21 +00:00
hedy
10ee0008ed feat: Winhl options for outline and preview windows 2023-11-08 19:15:29 +08:00
hedy
8abd2f6e9b Merge branch 'master' of github.com:hedyhli/symbols-outline.nvim 2023-11-08 14:33:01 +08:00
hedy
011f2e6122 Merge upstream PR 130 (preview width control)
simrat39/symbols-outline.nvim#130
2023-11-08 14:23:38 +08:00
hedyhli
7922f990ae Auto generate vim docs 2023-11-08 05:57:25 +00:00
hedy
29ed132f07 MAJOR: Refactor configuration structure
The details of the change is documented in the readme.

If your config stops working, I'm fully responsible :)
2023-11-08 13:56:09 +08:00
~hedy
04f9d4ad26 Update LICENSE 2023-11-08 09:53:56 +08:00
~hedy
3aa3dea27c Update LICENSE 2023-11-08 09:53:39 +08:00
hedyhli
224aaa204f Auto generate vim docs 2023-11-08 01:50:29 +00:00
~hedy
254a9394af Update README.md
Fix typo
2023-11-08 09:50:10 +08:00
hedyhli
1bc8941900 Auto generate vim docs 2023-11-08 01:48:10 +00:00
~hedy
2e19f421b8 Update README.md
Fix links
2023-11-08 09:47:44 +08:00
hedyhli
890c853da4 Auto generate vim docs 2023-11-08 01:37:26 +00:00
hedy
e95d0dda68 Update recipes 2023-11-08 09:37:00 +08:00
hedyhli
5576be878c Auto generate vim docs 2023-11-08 01:35:45 +00:00
hedy
dea1d2896f Update recipes 2023-11-08 09:35:21 +08:00
hedyhli
ca0e4ec654 Auto generate vim docs 2023-11-08 00:37:06 +00:00
hedy
6c47ebf0d7 fix: Extra left padding
Please see linked issues

- simrat39/symbols-outline.nvim/165
- simrat39/symbols-outline.nvim/178
- simrat39/symbols-outline.nvim/209
2023-11-08 08:36:17 +08:00
hedyhli
aaf4a33313 Auto generate vim docs 2023-11-08 00:04:26 +00:00
hedy
0e785762f7 feat: Line numbers next to symbols for quick jumping
See reasoning in:
simrat39/symbols-outline.nvim#212

This feature is turned off by default to avoid clutter, and many users
might not want this feature on by default.
2023-11-08 08:02:42 +08:00
hedyhli
03859e9ab5 Auto generate vim docs 2023-11-07 13:15:46 +00:00
hedy
8df5fbb320 Merge branch 'master' of github.com:hedyhli/symbols-outline.nvim 2023-11-07 21:14:45 +08:00
hedy
cb1c108a0c fix(markdown): Ensure content is followed by '#'
Before this commit, empty headings are taken into account:

   # a normal heading

   below is not a good heading:

   #

   below is also not a good heading:

   ##

   These should not be listed in the outline.
2023-11-07 21:14:39 +08:00
hedyhli
9e0a73d1f9 Auto generate vim docs 2023-11-06 01:39:20 +00:00
~hedy
eb9cfd6c4c Update README.md
Give credits :)
2023-11-06 09:38:56 +08:00
hedyhli
ca195bd9da Auto generate vim docs 2023-11-06 01:32:29 +00:00
hedy
315fe5c256 Merge branch 'master' of github.com:hedyhli/symbols-outline.nvim 2023-11-06 09:32:03 +08:00
hedy
bbe56bf6ee Update readme 2023-11-06 09:31:56 +08:00
hedy
9e96b54de9 feat: Add follow_cursor and restore_location
New lua API function: follow_cursor (supports opts.focus_outline).
This sets location in outline to match location in code.

New keymap: restore_location (C-g) by default.
This provides the same functionality as follow_cursor.

I've also refactored other lua API functions for consistency of using
`opts.focus_outline`. If opts is not provided, focus_outline is
defaulted to true. To change this behaviour, set it to false.
2023-11-06 09:20:52 +08:00
hedyhli
6f6289582a Auto generate vim docs 2023-11-03 02:19:26 +00:00
hedy
ceb9a4841d Update readme 2023-11-03 10:18:46 +08:00
hedyhli
860ea87d22 Auto generate vim docs 2023-11-03 01:47:27 +00:00
hedy
7b8bf86fc9 Fix typo 2023-11-03 09:47:00 +08:00
hedyhli
de1a9ec521 Auto generate vim docs 2023-11-03 01:45:58 +00:00
hedy
bfe7af0861 Merge branch 'master' of github.com:hedyhli/symbols-outline.nvim 2023-11-03 09:45:12 +08:00
hedy
be0ee3d994 Update readme 2023-11-03 09:45:03 +08:00
hedy
8ddaa13443 Merge upstream PR #229
simrat39/symbols-outline.nvim#229
2023-11-03 09:43:02 +08:00
hedyhli
a1ec984534 Auto generate vim docs 2023-11-03 01:29:22 +00:00