Commit Graph

273 Commits

Author SHA1 Message Date
sim
758944ebc6 Merge pull request #105 from showermat/icon-highlight
Highlight icons using highlight regions rather than matching rules
2022-02-21 18:17:30 -08:00
Simrat Grewal
9d1d404472 fix(providers/markdown): Add multifile support
Fixes #90
2022-02-21 18:14:23 -08:00
sim
6441822329 Merge pull request #108 from FollieHiyuki/border
config: make border style configurable
2022-02-21 18:07:43 -08:00
sim
caa9487633 Merge pull request #104 from showermat/markdown-hierarchy
Support header hierarchy in Markdown outlines
2022-02-21 18:07:26 -08:00
sim
555d473cf9 Merge pull request #91 from marcuscaisey/relative-width
Calculate outline width relative to number of columns on screen
2022-02-21 18:04:47 -08:00
sim
dca89ae919 Merge pull request #97 from zeertzjq/patch-1
fix: initialize code_win to 0 instead of nil
2022-02-21 18:04:02 -08:00
FollieHiyuki
01be703f33 Make border style configurable 2022-02-08 18:02:24 +07:00
Matthew Schauer
2370d4d2ac Remove pointless arithmetic 2022-02-02 21:04:21 -08:00
Matthew Schauer
70ddcccbca Highlight icons using highlight regions rather than matching rules 2022-02-02 21:01:31 -08:00
Matthew Schauer
49b9aa24e9 Support header hierarchy in Markdown outlines 2022-02-02 17:26:12 -08:00
zeertzjq
d738b1defd fix: initialize code_win to 0 instead of nil
Ref <https://github.com/neovim/neovim/pull/16745>
2022-01-04 10:18:57 +08:00
Marcus Caisey
50a106bbff calculate outline width relative to vim.o.columns 2021-12-24 17:46:43 +00:00
Simrat
0347928385 fix(providers/coc): Check for coc_service_initialized
#85
2021-12-08 17:08:42 -08:00
sim
d8243b754f Merge pull request #83 from axieax/master
feat: added auto_close symbols-outline window functionality for goto
2021-12-08 17:01:25 -08: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
sim
dcab987e43 Merge pull request #84 from jamestrew/fixeds-width
feat: add fixed width option
2021-11-25 11:34:13 -08:00
James Trew
9f67a3233b docs: update readme 2021-11-25 09:24:25 -05:00
simrat39
f4f2b5edfb rework(preview): Ask providers for hover info
Now lsp checks if client supports hover
Addresses #82
2021-11-24 21:44:23 -08:00
James Trew
c207ac20de !squash remove dead code 2021-11-22 20:29:28 -05:00
James Trew
4f231b8781 feat: add fixed width option
closes #79
2021-11-22 20:21:15 -05:00
Andrew
f98bc4de86 feat: added autoclose functionality 2021-11-23 05:09:08 +11:00
simrat39
552b67993e fix(providers/nvim-lsp): ipairs -> pairs
ipairs should only be used for lists
2021-10-21 16:52:07 -07:00
simrat39
a1bbef84b7 fix(coc): Fix COC installed check
Fixes #70
2021-10-06 14:22:18 -07:00
simrat39
6c97da274f fix(markdown): Ignore headings inside code blocks
Fixes #69
2021-10-06 13:06:01 -07:00
simrat39
042c8466a2 feat(providers): Inital COC support
Closes #68
Still needs support for code actions/hover/rename etc
2021-10-06 12:58:44 -07:00
simrat39
a0d563172d refactor: Add a generic provider module
In preperation for coc support
2021-10-05 22:46:53 -07:00
simrat39
28c5b0513a writer: Use extmarks over virt text 2021-09-30 14:08:53 -07:00
sim
a56d5bdb0a Merge pull request #66 from dsully/master
Spelling fixes.
2021-09-25 12:09:55 -07:00
Dan Sully
3399168607 Spelling fixes. 2021-09-25 08:24:43 -07:00
sim
35c0224291 Merge pull request #65 from luk3ya0/master
add space after markdown header markup
2021-09-22 08:52:56 -07:00
luke
457216a857 add space after markdown header markup 2021-09-22 11:37:12 +08:00
simrat39
1ef3b66db8 feat: Allow customizing preview window background
Closes #64
2021-09-21 19:24:26 -07:00
sim
a8cab53271 Merge pull request #63 from ram02z/new_handler
chore: adapt lsp request handler for nvim >= 0.5.1
2021-09-15 15:50:00 -07:00
Omar Zeghouani
962ad42512 chore: adapt lsp request handler for nvim >= 0.5.1
https://github.com/neovim/neovim/pull/15504
2021-09-07 11:55:46 +01:00
simrat39
02ce2dab13 config: setup: Set g:symbols_outline_loaded to 1 on setup
#62
2021-09-06 17:51:46 -07:00
simrat39
c94d21f962 config: Export default table
#19
2021-09-06 17:47:55 -07:00
simrat39
80490ad0c6 fix: Remove ctermfg for highlights
Nobody needs this
Fixes #61
2021-08-28 16:32:39 -07:00
simrat39
6f376ef4ce refactor: Move should refresh logic to utils 2021-08-22 17:29:29 -07:00
simrat39
fae3393873 refactor: Move buffer/window creation to its own module
For now we have some stuff out of that module to prevent infinite
require loops (set_keymaps/clear_state), but once state goes into its
own module as well then we can work it all into view.lua
2021-08-22 17:22:16 -07:00
simrat39
c646d68fe8 refactor: Move nmap to utils 2021-08-22 17:00:24 -07:00
simrat39
ebf490a0e8 cleanup: Remove _prevent_buffer_override() function on BufLeave 2021-08-22 16:56:33 -07:00
simrat39
a4b701978f refactor: Move commands and autocommands to vimscript 2021-08-22 16:55:29 -07:00
simrat39
e7b5fb7d2c cleanup: Remove debugging commands
Not really used anymore
2021-08-22 16:42:35 -07:00
simrat39
2932c11e92 refactor: Move debounce function to the utils 2021-08-22 16:38:26 -07:00
sim
c81d6e87c9 Merge pull request #59 from ram02z/patch-1
Clean up
2021-08-22 16:29:54 -07:00
Omar Zeghouani
78b4f20b39 Simplify preview toggle 2021-08-21 10:17:12 +01:00
Omar Zeghouani
877cedaf78 Update symbols-outline.txt 2021-08-21 09:47:47 +01:00
Omar Zeghouani
73828e1b05 Delete tags 2021-08-21 09:47:23 +01:00
Omar Zeghouani
e2f819e337 Update README.md 2021-08-21 09:46:42 +01:00