Commit graph

173 commits

Author SHA1 Message Date
vollowx
f856405483 docs: auto generate vimdoc 2024-08-09 12:29:13 +00:00
Rahul Garg
4db4c77cc1
feat: add vim-dadbod-ui integration (#747)
* Add dadbod-ui

* Address review cmts

* Address second review cmt
2024-08-09 20:28:48 +08:00
Vollow
05206bbb6d
feat: add fzf-lua integration (#746)
* feat: add fzf-lua integration

* docs: auto generate vimdoc

* chore: typo

---------

Co-authored-by: vollowx <vollowx@users.noreply.github.com>
2024-08-07 13:24:45 +08:00
vollowx
68b92f9a8d docs: auto generate vimdoc 2024-08-06 05:33:03 +00:00
Simon Pflaumer
d3907deedf
feat: add lir.nvim and lir-git-status.nvim integration (#705)
* add appropriate types

* add lir.nvim (lir-git-status.nvim) integration

* add integration info to vimdocs

* add info to README

* chore: format

---------

Co-authored-by: mrtnvgr <root@unixis.fun>
Co-authored-by: Vollow <vollowx@proton.me>
2024-08-06 13:32:38 +08:00
vollowx
e1268d1c03 docs: auto generate vimdoc 2024-08-05 10:56:51 +00:00
vollowx
ba5f4153a5 docs: auto generate vimdoc 2024-08-02 22:49:42 +00:00
Micah Halter
07f1ee8613
feat: add grug-far.nvim integration (#735) 2024-07-24 07:09:04 +08:00
vollowx
0b5df9c9e6 docs: auto generate vimdoc 2024-07-18 16:06:50 +00:00
Vollow
7946d1a195
feat(feline): allow to hide lazy.nvim updates (#731)
* feat(feline): allow to hide lazy.nvim updates

* fix(feline): check if lazy.nvim exisis

* feat(feline): disable lazy.nvim updates module by default
docs(feline): document settings for lazy.nvim updates module

* docs: auto generate vimdoc

---------

Co-authored-by: vollowx <vollowx@users.noreply.github.com>
2024-07-11 17:45:39 +08:00
MithicSpirit
5215ea59df
Support new "Ok" diagnostics (#708)
* feat(native_lsp): support new "Ok" diagnostics

Defaults to using the green color.

This was not added to the "LspDiagnostic*" highlights since I could not
find any documentation on whether the "Ok" diagnostic is implemented for
those. Indeed, I could not find any documentation whatsoever on the
LspDiagnostic* highlights (grepping the Neovim source turned up no
mentions of them either).

* doc(native_lsp): new "Ok" diagnostic

Add documentation and type information for the new "Ok" diagnostic.
2024-05-26 13:29:20 +07:00
mrtnvgr
d97387aea8 docs: auto generate vimdoc 2024-05-08 11:27:12 +00:00
Mongkonchai Priyachiwa
182f25640f
feat(diffview): add diffview integrations (#700)
* feat: add diffview integrations

* chore: fix docs

Documentation should have same value as in `init.lua` defaults :)

* refactor: remove linked highlight

---------

Co-authored-by: mrtnvgr <root@unixis.fun>
2024-05-08 18:26:50 +07:00
mrtnvgr
6af91673ce docs: auto generate vimdoc 2024-05-04 04:33:11 +00:00
nkakouros
30481d659b
feat(integration): add colorful-winsep.nvim (#701) 2024-05-04 11:32:45 +07:00
Null Chilly
d5760c53ae
fix(flavour): respect terminal's background (#696)
* fix(flavour): don't respect terminal if options.value is not nil
2024-04-13 00:04:21 +07:00
Valentin Uveges
f66654d5d5
feat(feline): improve feline lsp display (#688)
* feat(feline): improve feline lsp display

* docs: auto generate vimdoc

* fix(feline): show the lsp names for the current buffer only

---------

Co-authored-by: 89iuv <89iuv@users.noreply.github.com>
2024-03-27 18:31:14 +02:00
RAV64
e60e400c41
feat: add ability to toggle default integrations (#687)
* feat: no_defaults option to disable all defaults

* feat no_defaults update readme

* docs: auto generate vimdoc

* `no_defaults` -> `default_integrations`

* docs: auto generate vimdoc

* fix stylua

* nil -> {}

---------

Co-authored-by: RAV64 <RAV64@users.noreply.github.com>
Co-authored-by: mrtnvgr <root@unixis.fun>
Co-authored-by: mrtnvgr <mrtnvgr@users.noreply.github.com>
Co-authored-by: mrtnvgr <martynovegorOF@yandex.ru>
2024-03-27 21:37:34 +07:00
Null Chilly
dc392c0677 feat(defaults): enable treesitter context
fix #683
2024-03-25 21:41:02 +07:00
Null Chilly
6b7a4dfdf2 fix: respect background variable on startup 2024-03-24 17:26:48 +07:00
TheGuide
c0de3b4681
feat(treesitter): add styles.miscs to disable hardcoded italics (#659)
* feat: add styles.miscs

---------

Co-authored-by: Laurens Rosinski <rosinski@duck.com>
Co-authored-by: Null Chilly <nullchilly@gmail.com>
2024-02-25 03:35:20 +07:00
nullchilly
3fee163c2b docs: auto generate vimdoc 2024-01-31 11:16:54 +00:00
mrtnvgr
048c18fc53
feat: add support for outline.nvim plugin (#647) 2024-01-22 17:44:47 +07:00
Igor Lacerda
d5c07c0f8a
refactor(dap): split dap and dap_ui integrations (#624)
This Pull Request makes 3 changes to the nvim-dap integration:
1. Splits the dap and dap_ui integrations. Rationale: there's no need for
   both plugins to share an integration. In fact, that's the only
   integration that contains multiple plugins.
2. Adds a missing highlight group to the nvim-dap integration
3. Removes a misguided comment about enabling the nvim-dap integration

---------

Co-authored-by: mrtnvgr <root@unixis.fun>
Co-authored-by: Null Chilly <nullchilly@gmail.com>
2023-12-08 13:44:32 +07:00
nullchilly
a2107df437 docs: auto generate vimdoc 2023-11-22 15:45:46 +00:00
Jason Dekarske
a8dfb969e7
docs(fidget.nvim): window.blend -> notification.window.winblend (#615)
* fix(fidget.nvim): Update integration options

* fix vim docs, update readme, update types

---------

Co-authored-by: mrtnvgr <root@unixis.fun>
2023-11-17 08:01:25 +07:00
mrtnvgr
f582b577b9 docs: auto generate vimdoc 2023-10-14 07:22:26 +00:00
nullchilly
fc53704014 docs: auto generate vimdoc 2023-10-05 19:51:46 +00:00
nullchilly
2bb58b51e3 docs: auto generate vimdoc 2023-10-05 19:46:31 +00:00
nekowinston
9593996188 docs: auto generate vimdoc 2023-09-29 17:44:52 +00:00
nullchilly
f5f543891e docs: auto generate vimdoc 2023-09-11 05:21:55 +00:00
nullchilly
247b5848e3 docs: auto generate vimdoc 2023-09-11 05:15:12 +00:00
nullchilly
e029b3bed9 docs: auto generate vimdoc 2023-09-11 05:09:34 +00:00
nullchilly
18f292daed docs: auto generate vimdoc 2023-09-07 15:44:05 +00:00
nullchilly
09b29cf2a6 docs: auto generate vimdoc 2023-09-07 14:11:45 +00:00
nullchilly
044e19ad9f docs: auto generate vimdoc 2023-09-04 19:20:41 +00:00
nullchilly
a090523b1d docs: auto generate vimdoc 2023-09-02 21:27:39 +00:00
nullchilly
87e39efad1 docs: auto generate vimdoc 2023-09-02 21:24:19 +00:00
nullchilly
e0a419450b docs: auto generate vimdoc 2023-09-02 20:18:13 +00:00
Null Chilly
f36fa5cdce
feat: add workaround for kitty transparent issue (#579)
* feat: add workaround for kitty transparent issue

* chore: add to types

* docs: auto generate vimdoc

---------

Co-authored-by: winston <hey@winston.sh>
Co-authored-by: nekowinston <nekowinston@users.noreply.github.com>
2023-09-03 02:52:14 +07:00
nullchilly
2e3e5ebcdc docs: auto generate vimdoc 2023-08-25 05:24:35 +00:00
Null Chilly
5b44baa4af feat(illuminate): enabled by default and optional lsp option
close #571
2023-08-25 12:13:08 +07:00
mrtnvgr
da8f4875bd docs: auto generate vimdoc 2023-08-23 15:18:19 +00:00
Null Chilly
91f9f6fb41 feat: enable neogit by default
close #568
2023-08-22 02:09:41 +07:00
Micah Halter
e2d6ce295e
Add nvim-window-picker integration (#566)
* feat: add `nvim-window-picker` integration

* docs: match default option
2023-08-21 19:19:03 +07:00
mrtnvgr
057c34f849
Revert integration_default (#563) 2023-07-29 18:34:00 +07:00
Micah Halter
737f60a3a2
feat: add ability to enable/disable all integrations by default (#552) 2023-07-26 11:18:28 +07:00
mrtnvgr
bb858e9a20 docs: auto generate vimdoc 2023-07-19 04:00:55 +00:00
nullchilly
1c0933e538 docs: auto generate vimdoc 2023-07-10 13:01:03 +00:00
Micah Halter
cc8d3abc94
feat(integrations): add rainbow_delimiters.nvim support (#530) 2023-07-05 23:13:08 +07:00