~hedy
9fce1de9f1
fix: Make has_provider() public as it was supposed to be
...
Closes #48
2024-05-02 21:00:50 +08:00
hedyhli
a6f58c81ce
chore(vimdoc): Auto update
2024-05-02 12:57:31 +00:00
~hedy
1c8b164c4d
docs: Mention including widths in split_command
...
And remove trailing spaces
2024-05-02 20:56:40 +08:00
~hedy
27a4c5c091
Merge pull request #64 from zhengpd/fix-outline-window-width
...
fix(outline-window): no resize if split_command like "30vsplit"
2024-05-02 20:55:06 +08:00
Zheng Piaodan
3e42493b17
fix(outline-window): no resize if split_command like "30vsplit"
2024-04-15 14:22:40 +08:00
hedyhli
bdfd2da90e
chore(vimdoc): Auto update
2024-03-16 00:13:57 +00:00
hedy
ec9571c8f0
Merge branch 'main' of github.com:hedyhli/outline.nvim
2024-03-16 08:13:33 +08:00
hedy
b64c0c66d4
feat(providers): Support independent configs for each provider to handle
...
Closes #58
2024-03-16 08:12:50 +08:00
hedyhli
a8d40aecb7
chore(vimdoc): Auto update
2024-01-22 00:02:16 +00:00
~hedy
506d0eeced
Merge pull request #47 from mbpowers/patch-1
...
missing comma in README.md
2024-01-22 08:01:56 +08:00
mbpowers
c63ac09b96
missing comma in README.md
2024-01-21 14:00:55 -06:00
~hedy
4ad4e8e2b9
Merge pull request #45 from z0rzi/fix/coc-not-working
...
[fix] - Fixing Coc symbol parsing bug
2024-01-11 21:59:33 +08:00
Baptiste Zorzi
746b8a6206
[fix] - Fixing Coc symbol parsing bug
2024-01-11 14:06:55 +01:00
hedy
8c6b11e4c2
chore: stylua
2023-12-29 21:50:48 +08:00
hedy
6172c2ad2b
chore: Update comment
2023-12-29 21:49:28 +08:00
hedy
8b2f412b7b
fix(providers): Ensure working on nvim-0.7
...
This commit removed the ability to receive symbols from all attached
clients in the current buffer. Everything works as before when only one
client is attached to a buffer.
This also fixes outline LSP finding clients on nvim-0.7
2023-12-29 19:17:00 +08:00
hedyhli
5669c8aa9e
chore(vimdoc): Auto update
2023-12-27 14:21:54 +00:00
hedy
6127365ba0
docs: Update readme & changelog
2023-12-27 22:21:30 +08:00
hedy
982460584f
fix(lsp): Use vim.buf.lsp.rename for rename_symbol
...
Closes #42
2023-12-27 22:14:12 +08:00
hedy
d073791f1c
fix: No-op keymaps when there is no provider
2023-12-13 18:40:08 +08:00
hedy
2dd9ea2f57
Merge branch 'main' of github.com:hedyhli/outline.nvim
2023-12-12 20:27:00 +08:00
hedy
19d876246c
fix: Outline auto-update
...
- Typo in checking for buflisted.
- As it turns out bufhidden isn't boolean, so let's not even consider it
for now. Doing this still allows buffers like LspInfo to be ignored,
it seems. In the future we will have configurable ignored buffers.
Thanks to @Djedouas for bringing it up.
2023-12-12 20:24:16 +08:00
hedyhli
dd536ac0bd
chore(vimdoc): Auto update
2023-12-03 00:12:42 +00:00
~hedy
db5463171b
Update README.md
2023-12-03 08:12:23 +08:00
hedyhli
7d49af4e01
chore(vimdoc): Auto update
2023-12-01 00:14:29 +00:00
~hedy
9d26280c0b
docs: Fix typos
2023-12-01 08:14:03 +08:00
hedy
8b9f908386
chore(fmt): stylua
2023-11-30 21:55:40 +08:00
hedy
c63d6ebb2b
chore(gh): Only trigger for markdown files
2023-11-30 19:10:47 +08:00
hedy
5d5f891afb
fix(live-preview): Don't focus when it shouldn't for auto-preview
2023-11-30 19:07:25 +08:00
hedy
bf7d313393
Merge branch 'main' of github.com:hedyhli/outline.nvim
2023-11-30 10:17:48 +08:00
hedy
a5411b0a0c
fix: Ignore special buffers, fix auto-preview and not focus_on_open
2023-11-30 10:17:00 +08:00
hedyhli
21556714e0
Auto generate vim docs
2023-11-30 02:03:07 +00:00
hedy
4bbecbb92e
feat: Auto-resize and re-position preview
...
Only for auto-preview.
2023-11-30 10:02:01 +08:00
hedy
a7bc96bb06
Merge branch 'main' of github.com:hedyhli/outline.nvim
2023-11-29 21:53:06 +08:00
hedy
c4dc273156
fix: Scroll window to content on no providers message
2023-11-29 21:52:59 +08:00
hedyhli
62a9d70dfc
Auto generate vim docs
2023-11-29 13:33:38 +00:00
hedy
eddedcc722
Merge branch 'main' of github.com:hedyhli/outline.nvim
2023-11-29 21:33:10 +08:00
hedy
cf194e43bc
docs: Clarify readme
2023-11-29 21:32:59 +08:00
hedyhli
2b54e64e4d
Auto generate vim docs
2023-11-29 10:18:50 +00:00
hedy
4bd0a095af
Merge branch 'main' of github.com:hedyhli/outline.nvim
2023-11-29 18:18:24 +08:00
hedy
920e12736c
feat: Autofold non-hovered symbol by default
2023-11-29 18:18:18 +08:00
hedyhli
08f1f38ae6
Auto generate vim docs
2023-11-29 09:34:27 +00:00
hedy
1e12bf27ee
Merge branch 'main' of github.com:hedyhli/outline.nvim
2023-11-29 17:34:01 +08:00
hedy
c148a9977e
docs: Update changelog
2023-11-29 17:33:55 +08:00
hedy
438d26896f
feat: Still open/refresh outline when no providers
2023-11-29 17:32:07 +08:00
hedyhli
0fb1d09442
Auto generate vim docs
2023-11-28 23:23:03 +00:00
~hedy
4fbd94f9e6
Update README.md
...
Who said it's yaml
2023-11-29 07:22:42 +08:00
hedy
bd54584197
Merge branch 'main' of github.com:hedyhli/outline.nvim
2023-11-28 21:41:23 +08:00
hedy
6a020c15d5
docs: Update readme
2023-11-28 21:41:07 +08:00
hedyhli
b87f30f1d5
Auto generate vim docs
2023-11-28 13:37:38 +00:00