~hedy
b199de1524
Merge branch 'main' of github.com:hedyhli/outline.nvim
2024-05-30 07:53:26 +08:00
~hedy
e0b86347ad
feat: Focus outline if already open
...
closes #71
2024-05-30 07:52:51 +08:00
LVIM ORG
e6afff238c
Fix deprecated get_active_clients
2024-05-19 12:52:54 +03:00
~hedy
139e363dd5
Merge pull request #53 from jinzhongjia/main
...
[fix]: When the window was first created, filetype was empty.
2024-05-19 16:31:57 +08:00
jinzhongjia
a533494f81
Merge branch 'main' into main
2024-05-04 15:28:13 +08:00
~hedy
dbd836893f
docs: Update readme
2024-05-02 21:31:39 +08:00
~hedy
90fb2f96ee
chore: Bump version
v1.0.0
2024-05-02 21:17:35 +08:00
~hedy
a50c403084
docs: Update changelog
2024-05-02 21:15:59 +08:00
~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
mabubakar
febc5ee94b
Improved conditions a bit
2024-04-26 00:57:36 +05:00
mabubakar
c593f4756a
Fix #65
...
Error on closing outline when computer is running slow
2024-04-23 11:51:57 +05: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
jinzhongjia
4a7cc30c86
[fix]: When the window was first created, filetype was empty.
2024-02-20 18:35:14 +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