Commit Graph

748 Commits

Author SHA1 Message Date
Leigh Moore
6ead31c879 Filter and Sort Symbols according to my needs 2025-08-19 06:11:44 +10:00
~hedy
0eb9289ab3 Fix winfixbuf compatibility 2025-06-30 20:47:03 +08:00
hedyhli
1208cf085e chore(vimdoc): Auto update 2025-06-28 09:23:53 +00:00
~hedy
6ae6d4ac83 chore: Update changelog 2025-06-28 17:23:32 +08:00
~hedy
7af7e13968 docs: Add test-blocks external provider 2025-06-28 17:20:27 +08:00
hedyhli
52b2315a4e chore(vimdoc): Auto update 2025-06-28 04:53:33 +00:00
~hedy
cf432d4441 Merge pull request #135 from dmtrKovalenko/main
feat: Add configuration for no providers message
2025-06-28 12:53:13 +08:00
~hedy
e0f90c872f Merge pull request #136 from dmtrKovalenko/fix/buf-pinning
fix: Pin outline window to the buffer
2025-06-28 12:50:07 +08:00
Dmitriy Kovalenko
135780f902 fix: Pin outline window to the buffer
This resolves the situtaion which allows external plugin or for the user
to open the file buffer within the outline window. E.g. here are a few
scenarios I've run into:

https://github.com/user-attachments/assets/1c0fb255-bb56-49cd-9299-76b56be1b6ec

With the new options applied it is not working exactly as I want to (I'd
like buffer to be openning in the oil.nvim place) but it at least
doesn't enter the broken state and doesn't create the empty OUTLINE_1
file

https://github.com/user-attachments/assets/dfa0335a-9972-40ac-afca-f8f16f867818
2025-06-23 13:02:36 +02:00
Dmitriy Kovalenko
d71adb1bab feat: Add configuration for no providers message
I am using outline.nvim as my permanent sidebar and I am constantly
annoyed by this message always displaying when I am openning any non lsp
related buffer e.g. picker or fugitive window

<img width="1335" alt="Image" src="https://github.com/user-attachments/assets/09384652-b8d0-4b57-8e0e-07a6e73b65fc" />

With this config I can set `no_provider_message` to empty string and
enjoy a clean sidebar if there is nothing to show:

<img width="1437" alt="Image" src="https://github.com/user-attachments/assets/f411b995-c0ec-4d06-980f-bad17f490bf5" />
2025-06-22 20:20:23 +02:00
~hedy
321f89ef79 chore: bump version v1.1.0 2025-04-19 21:11:00 +08:00
hedyhli
f42599967d chore(vimdoc): Auto update 2025-04-19 13:09:33 +00:00
~hedy
b5457a9b38 chore(docs): Typo fix and update changelog 2025-04-19 21:08:45 +08:00
hedyhli
edd3c41fa8 chore(vimdoc): Auto update 2025-04-19 13:01:00 +00:00
~hedy
3140df5621 Merge pull request #131 from onion108/0.11-patch
fix: migrating to 0.11
2025-04-19 21:00:41 +08:00
27Onion Nebell
ce039c3022 chore(doc): add tips for nvim 0.7 users and new content for nvim 0.11
Added documentation for new field _G._outline_nvim_has[11]
2025-04-18 17:15:34 +08:00
27Onion Nebell
e93286a489 fix: add version check for nvim_set_option_value and nvim_get_option_value 2025-04-18 16:33:09 +08:00
27Onion Nebell
7d2387dc12 chore(fmt): format using stylua
Also fixed something in .stylua.toml that may cause stylua to fail, by
the way
2025-04-14 22:39:13 +08:00
27Onion Nebell
fc526beb6f fix(#129): vim.lsp.util.trim_emty_lines() was deprecated at 0.10 2025-04-14 22:12:46 +08:00
27Onion Nebell
b86844d3d3 fix: replace deprecated API in doc 2025-04-12 12:31:56 +08:00
27Onion Nebell
1460136dd0 fix: adjust more to make it backward compatible for 0.11- 2025-04-12 12:26:40 +08:00
27Onion Nebell
5779c6f6a7 fix: migrating to 0.11
fix: migrating to 0.11

fix: migrating to 0.11

fix: migrating to 0.11
2025-04-12 00:34:23 +08:00
~hedy
ae473fb51b fix: another refresh callback rc
Co-authored-by: Alexey Radkov <alexey.radkov@gmail.com>
2025-02-23 22:32:56 +08:00
~hedy
27e99c200f fix: Temporary fix for __refresh callback rc 2025-02-23 22:30:15 +08:00
~hedy
9c5434729a Merge pull request #66 from m-abubakar/fix_error_on_close
Fix #65 Error on closing outline when computer is running slow
2025-02-23 22:28:27 +08:00
~hedy
f01eae624e Merge pull request #122 from epheien/fix-markdown
fix: incorrect character of range and selectionRange
2025-02-05 09:26:07 +08:00
eph
fb9634cdaa fix: incorrect character of range and selectionRange 2025-02-05 03:23:39 +08:00
~hedy
d5c29ee3ff Merge pull request #121 from Aura7988/dev
docs: make the document consistent with the code
2025-01-22 11:26:56 +08:00
Aura
93d7734f4b docs: make the document consistent with the code 2025-01-22 10:16:21 +08:00
~hedy
454aedc7cc Merge pull request #114 from epheien/feat-jumplist
feat: add to jumplist before goto location
2025-01-07 21:28:44 +08:00
eph
14e245bbfa feat: add to jumplist before goto location 2025-01-06 03:15:00 +08:00
~hedy
8889a10cf5 chore: Add funding.yml 2025-01-05 12:45:19 +08:00
~hedy
ee0182ac82 Merge branch 'main' of github.com:hedyhli/outline.nvim 2025-01-05 09:20:49 +08:00
~hedy
f7a3940b0e chore(fmt): stylua 2025-01-05 09:14:32 +08:00
hedyhli
ec4a73b684 chore(vimdoc): Auto update 2025-01-05 01:14:01 +00:00
~hedy
69e1e248ea Merge branch 'main' of github.com:hedyhli/outline.nvim 2025-01-05 09:13:37 +08:00
~hedy
20aa0659e1 docs: Update language 2025-01-05 09:11:08 +08:00
hedyhli
d0d6ba0d35 chore(vimdoc): Auto update 2025-01-05 00:59:02 +00:00
~hedy
12ec5f213c Merge pull request #109 from epheien/feat-icon_fetcher
feat: icon_fetcher adds symbol parameter
2025-01-05 08:58:42 +08:00
~hedy
f656ef12a5 Merge pull request #108 from epheien/feat-view-filter
feat: add view.filter option
2024-12-27 20:40:00 +08:00
eph
b7906817d5 docs: update icon_fetcher usage and example 2024-12-27 20:30:40 +08:00
eph
7fefc760ba feat: help filetype will not ignore to refresh 2024-12-27 19:49:57 +08:00
eph
a3717e7a4e feat: icon_fetcher adds symbol parameter 2024-12-27 11:42:13 +08:00
~hedy
0d057fa780 Merge branch 'main' of github.com:hedyhli/outline.nvim 2024-12-27 09:29:26 +08:00
~hedy
ddc0144690 docs: Update readme 2024-12-27 09:28:57 +08:00
hedyhli
7af2722998 chore(vimdoc): Auto update 2024-12-27 01:28:23 +00:00
~hedy
23db6713c6 docs: Update readme 2024-12-27 09:27:31 +08:00
~hedy
98cf21d7d2 Merge branch 'main' of github.com:hedyhli/outline.nvim 2024-12-27 09:25:03 +08:00
~hedy
68f3349982 docs: Update changelog
For #104, #107
2024-12-27 09:23:58 +08:00
hedyhli
b9317e7205 chore(vimdoc): Auto update 2024-12-27 01:22:44 +00:00