Commit Graph

398 Commits

Author SHA1 Message Date
hedyhli
1b251f4b63 Auto generate vim docs 2023-11-01 09:27:02 +00:00
hedy
a23b8d9f60 Merge branch 'master' of github.com:hedyhli/symbols-outline.nvim 2023-11-01 17:26:28 +08:00
hedy
8c42667fd0 Update readme 2023-11-01 17:25:38 +08:00
hedyhli
74b1d03416 Auto generate vim docs 2023-11-01 08:53:27 +00:00
hedy
2df9662290 feat: Focus and unfocus outline window 2023-11-01 16:52:56 +08:00
hedy
0769cfe5c3 feat(cursorline): Add cursorline option 2023-11-01 16:20:51 +08:00
hedy
1b1f4c02fc Merge branch 'master' of github.com:hedyhli/symbols-outline.nvim 2023-11-01 15:41:47 +08:00
hedy
76a4aa4c96 Update workflows 2023-11-01 15:41:37 +08:00
hedyhli
924c98bea4 Auto generate vim docs 2023-11-01 07:38:36 +00:00
hedy
37209cf7da Merge branch 'master' of github.com:hedyhli/symbols-outline.nvim 2023-11-01 15:37:57 +08:00
hedy
782e7cb18b Don't use h3 header for 'No info' message
Not sure what the point here is since there isn't anything beneath the
header anyway.
2023-11-01 15:37:17 +08:00
hedy
f7fc1905a4 fix(preview): Empty symbol preview
Fix simrat39/symbols-outline.nvim#176

I was going to pull @enddeadroyal's commit from their
'bugfix/symbol-hover-misplacement' branch in their fork but they changed
indentation so I had to apply the relevant changes myself instead.

However, credits for this fix goes to @enddeadroyal from the issue
commit in 176.

Also fixed the "No info available" markdown as it wasn't rendering
properly for me without a space after the '###'.
2023-11-01 15:33:26 +08:00
hedyhli
15e49f5c6c Auto generate vim docs 2023-11-01 06:40:16 +00:00
hedy
d2f0a4af6a Update readme 2023-11-01 14:39:49 +08:00
hedyhli
2258c6bbd0 Auto generate vim docs 2023-11-01 06:31:19 +00:00
hedy
ed90314f9f Update workflows 2023-11-01 14:30:30 +08:00
hedy
e98041c75f Use lua to create commands 2023-11-01 14:29:56 +08:00
hedy
7a7b45f477 Update readme 2023-11-01 13:58:37 +08:00
hedy
ce7330a200 Update readme 2023-11-01 13:54:24 +08:00
hedy
b0223611a1 Update readme 2023-11-01 13:53:51 +08:00
hedy
ae8c41be80 Update readme 2023-11-01 13:53:15 +08:00
hedy
4743ef6b19 Update readme 2023-11-01 13:44:21 +08:00
hedy
4f3993627b Merge upstream PR #119
simrat39/symbols-outline.nvim#119
2023-11-01 13:40:24 +08:00
hedy
6e1e395499 Update readme 2023-11-01 13:40:16 +08:00
hedy
57c758322b Merge upstream PR #180
simrat39/symbols-outline.nvim#180
2023-11-01 13:20:47 +08:00
hedy
8969e4694c Merge upstream PR #222
simrat39/symbols-outline.nvim#222
2023-11-01 13:19:23 +08:00
hedy
a240ba4483 Merge remote-tracking branch 'rqdmap/master'
simrat39/symbols-outline.nvim#218
simrat39/symbols-outline.nvim#217
2023-11-01 12:57:12 +08:00
hedy
ede61ebb86 Update readme 2023-11-01 12:55:59 +08:00
hedy
e569d73fea More README updates 2023-10-31 21:23:57 +08:00
hedy
5df2881500 fix(folding): Don't attempt to toggle non-foldable node 2023-10-31 21:06:50 +08:00
hedy
b78dfeeb52 Include fork status in readme 2023-10-31 20:55:04 +08:00
hedy
fe34bf0613 feat(folding): Support toggling of folds 2023-10-31 20:29:06 +08:00
hedy
b4798a669b Merge branch 'master' of github.com:beauwilliams/symbols-outline.nvim
simrat39/symbols-outline.nvim#163
2023-10-31 20:22:11 +08:00
hedy
b55cb085f7 Merge branch 'master' of github.com:anstadnik/symbols-outline.nvim
simrat39/symbols-outline.nvim#225
2023-10-31 20:20:30 +08:00
hedy
c1749b6258 Merge branch 'fix-newline-in-symbols' of github.com:tbung/symbols-outline.nvim
simrat39/symbols-outline.nvim#204
2023-10-31 20:19:14 +08:00
hedy
b78a6b0592 Merge branch 'code_action' of github.com:zjp-CN/symbols-outline.nvim
simrat39/symbols-outline.nvim#168
2023-10-31 20:17:37 +08:00
eyalz800
5dee509556 Open handler checks if view is not already open 2023-09-01 13:30:57 +03:00
Joe Meissler
4574841b7e auto_jump config param 2023-06-07 23:22:57 -07:00
Stadnik Andrii
39180fd58c Update additional icons 2023-06-06 09:55:24 +03:00
Yajie Zhu
d5f7d5f449 Merge branch 'simrat39:master' into master 2023-06-01 20:45:40 +08:00
Andrii Stadnik
df6387d330 Update nerd fonts to 3.0
After https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.0.0
certain icons were deprecated.
2023-05-24 09:19:33 +03:00
Kevin Jeong
0cb15e31ab fix(folding): optimize fold/unfold all 2023-05-22 03:14:43 -07:00
Masahiro Kasashima
33f1cf14b1 Allow any number of =s and -s 2023-05-19 22:27:19 +09:00
Masahiro Kasashima
5f3273c073 Support markdown multi line header notation 2023-05-19 22:15:56 +09:00
rqdmap
b740f88a72 Support ccls symbols 2023-05-04 21:34:03 +08:00
Till Bungert
93f066a029 fix: replace newlines with spaces in writer
`nvim_buf_set_lines` does not allow newline characters in the individual
lines.
2023-02-14 22:07:33 +01:00
Simrat Grewal
512791925d Merge branch 'mxsdev-merge-jsx-tree' 2023-01-25 14:39:33 -08:00
geekifan
b175dccd59 fix(coc.lua): no hierarchy when using coc.nvim 2023-01-25 14:34:26 -08:00
simrat39
62fdcb5613 Auto generate docs 2023-01-25 14:33:55 -08:00
SamuelNittala
c27d603429 Update README.md
Fix fold and unfold keymaps in readme file.
2023-01-25 14:33:27 -08:00