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
Eric Haynes
e34ee8278e
Convert from obsolete higlight group names
2023-01-25 14:33:27 -08:00
sim
afdd37b87a
Merge pull request #183 from geekifan/master
...
fix(coc.lua): no hierarchy when using coc.nvim
2023-01-25 14:28:33 -08:00
simrat39
1e42a17e95
Auto generate docs
2023-01-25 22:27:49 +00:00
sim
6d34327263
Merge pull request #192 from SamuelNittala/patch-1
...
fix keymaps in readme
2023-01-25 14:27:18 -08:00
sim
4596b4eae1
Merge pull request #199 from ehaynes99/master
...
Convert from obsolete higlight group names
2023-01-25 14:27:03 -08:00
Eric Haynes
e68835635c
Convert from obsolete higlight group names
2023-01-23 18:54:34 -05:00
SamuelNittala
0c2c424987
Update README.md
...
Fix fold and unfold keymaps in readme file.
2022-12-07 18:48:41 +05:30
geekifan
100b02f751
fix(coc.lua): no hierarchy when using coc.nvim
2022-10-15 19:17:27 +08:00
Clément Joly
5653d95977
set spell to false
...
Having spell check in the outline is pointless, it just adds visual
noise by underlining the icons.
2022-10-06 22:37:54 +01:00
Clément Joly
5de4a9203e
default signcolumn to 'no'
...
This leaves more space in the side window for the outline.
2022-10-06 22:36:49 +01:00
Yajie Zhu
9f9a9590ca
fix: Invaild buffer id error
2022-09-30 21:19:14 +08:00
mxsdev
6ab099c6b0
Auto generate docs
2022-09-15 02:27:15 +00:00
charburgx
e4b97468ab
feat: Merge JSX symbols into lsp tree
2022-09-14 21:26:27 -05:00
zjp
e639dea62f
fix(code_actions): use the builtin code_action
...
instead of `buf_request` to prevent from passing custom lsp.handlers
and this makes use of telescope if it's set by the user
2022-09-14 17:13:04 +08:00
Beau
14b5380ea8
fix: plugin crashes when SymbolOutlineClose used
...
if SymbolOutline is not already open
2022-08-31 15:25:02 +10:00
simrat39
6a3ed24c56
Auto generate docs
2022-08-29 01:04:16 +00:00
sim
8cf5a283a2
Merge pull request #162 from madlep/wrap-option
...
Add `wrap` config option
2022-08-28 18:03:44 -07:00
Julian Doherty
0d8d2e8c73
default wrap to false
2022-08-27 15:10:19 +10:00
Julian Doherty
a6d40cd63c
fix formatting
2022-08-27 11:53:20 +10:00
Julian Doherty
04b4abb5ba
add wrap config option, default to false
...
Default to not wrapping long function names etc that are too big for the window.
If wrap=true is set, use some sane linebreak/breakindent/showbreak
options to wrap with an indent at the current indent level of the UI
tree, instead of just wrapping back to the far left side of the window.
2022-08-27 11:52:59 +10:00
simrat39
e459f3262c
Auto generate docs
2022-08-18 04:47:17 +00:00
Simrat Grewal
06bdbc8f6e
feat: Add panvimdoc github action
2022-08-17 21:46:33 -07:00
sim
28f02c673d
Merge pull request #142 from mxsdev/folding
...
Add folding
2022-08-17 17:08:43 -07:00
Simrat Grewal
f57d70ac33
refactor: Move dfs to utils
2022-08-17 16:45:04 -07:00
Simrat Grewal
7c78007f25
refactor: Cleanup how parent_node is found when folding items
2022-08-17 16:40:31 -07:00
charburgx
5629b6dafe
fix: Incorporate nesting depth in hover highlight
2022-08-17 17:13:03 -05:00
charburgx
0d4d242ca5
docs(README): document folding
2022-08-17 17:04:58 -05:00