Commit Graph

128 Commits

Author SHA1 Message Date
hedy
2e05a842a8 readme: Fix typos 2023-11-02 22:18:16 +08:00
hedy
af8e219dbb readme: Add skip links 2023-11-02 22:15:50 +08:00
hedy
93dec0a61c Update readme 2023-11-02 22:13:53 +08:00
hedy
e3d622445e feat: Move and goto_location simultaneously, and highlight
See readme changes
2023-11-02 21:37:40 +08:00
hedy
fe98a8cf8a BREAKING: Rename focus_location -> peek_location
Avoids confusion with other uses of 'focus'.
2023-11-02 21:13:30 +08:00
hedy
4f64eeaef9 Update readme 2023-11-02 20:34:58 +08:00
hedy
b495ccc3ef Fix invalid buffer id 2023-11-02 20:17:51 +08:00
hedy
9289d59073 Update readme 2023-11-02 20:13:48 +08:00
hedy
bbe95d0c58 fix(auto_preview): Instantly preview whenever another node is selected
simrat39/symbols-outline.nvim#119

Rather than using another config option, this should be the default,
expected behaviour for auto_preview.

Also (another difference to the PR implementation is that) there is no
need to subscribe to both CursorHold and CursorMoved.
2023-11-02 20:06:06 +08:00
hedy
a87f73c3b2 BREAKING,feat: Customizable guide markers
See readme
2023-11-02 17:46:27 +08:00
hedy
841825b747 Document border option and publicize has_code_win 2023-11-02 17:31:37 +08:00
hedy
9fbeb0ed07 Add configuration recipes 2023-11-02 09:29:46 +08:00
hedy
c19b3bd571 feat: Add show_status 2023-11-01 21:09:06 +08:00
hedy
d78d94218a feat: Revamp preview window
Please see README diff for details and implications.
2023-11-01 21:04:26 +08:00
hedy
505e99e870 chore(docs): Update readme 2023-11-01 18:54:40 +08:00
hedy
0ad33c4842 feat(commands): Support bang on commands to force retain focus
See readme
2023-11-01 18:38:18 +08:00
hedy
8c42667fd0 Update readme 2023-11-01 17:25:38 +08: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
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
hedy
d2f0a4af6a Update readme 2023-11-01 14:39:49 +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
6e1e395499 Update readme 2023-11-01 13:40:16 +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
b78dfeeb52 Include fork status in readme 2023-10-31 20:55:04 +08: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
sim
6d34327263 Merge pull request #192 from SamuelNittala/patch-1
fix keymaps in readme
2023-01-25 14:27:18 -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
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
charburgx
0d4d242ca5 docs(README): document folding 2022-08-17 17:04:58 -05:00
Simrat Grewal
fac1cb602c feat(config): Disable auto_preview by default 2022-08-15 15:21:38 -07:00
Simrat Grewal
eec01dc1eb docs(readme): Update readme with new config instructions 2022-08-15 15:18:14 -07:00
Andrew
f7946bd254 feat: winblend 2022-03-13 01:36:17 +11:00
Andrew Xie
4f023d3c1b Merge branch 'master' into master 2021-12-02 17:41:12 +11:00
Andrew
13540060f9 minor: added additional documentation for autoclose feature 2021-12-02 17:38:21 +11:00
James Trew
9f67a3233b docs: update readme 2021-11-25 09:24:25 -05:00
James Trew
4f231b8781 feat: add fixed width option
closes #79
2021-11-22 20:21:15 -05:00
simrat39
1ef3b66db8 feat: Allow customizing preview window background
Closes #64
2021-09-21 19:24:26 -07:00
Omar Zeghouani
e2f819e337 Update README.md 2021-08-21 09:46:42 +01:00
simrat39
40b7d5cbaa fix: ui: Follow links while setting up SymbolsOutlineConnector
we link to comment but dont follow links which makes it wonky with
themes. Also make the highlight customizable.
2021-08-20 19:34:01 -07:00