Commit graph

373 commits

Author SHA1 Message Date
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
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
Omar Valdez
774a4ed9a6
docs: Rename markdown.nvim to render-markdown.nvim (#743) 2024-08-05 18:56:27 +08:00
Omar Valdez
ba41328267
feat: Add markdown.nvim integration (#740)
* feat: Add markdown.nvim integration

* fix: option order

* fix: Use `render-markdown` name in README
2024-08-03 06:49:20 +08:00
Micah Halter
07f1ee8613
feat: add grug-far.nvim integration (#735) 2024-07-24 07:09:04 +08:00
Myles Mo
3f16c6d1f2
feat(nvim-surround): add integration (#733)
* feat(nvim-surround): add integration

* chore: update README.md

* fix: update README.md
2024-07-19 00:06:27 +08: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
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
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
Null Chilly
c2034f7b54 chore: update changelog 2024-01-31 18:27:05 +07:00
Rasul Omarov
151e478edf
feat(integration): add reactive.nvim integration (#654)
* feat(reactive): add preset builder

* feat(reactive): add presets for every catppuccin flavour

* docs(reactive): add reactive.nvim integration info

* docs(reactive): update integration setup
2024-01-31 18:16:32 +07: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
Null Chilly
6737251cad
docs: use the new markdown note 2023-11-22 22:45:23 +07: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
Jason Kwok
795f639ac5
feat(mini.indentscope): add scope color (#592)
* Color change indentline

* Options for indentscope

* Updated README

* Updated vim.yml documentation

* Updated types

* logic inside of initialization

Co-authored-by: mrtnvgr <martynovegorOF@yandex.ru>

* simplify mini options

Co-authored-by: mrtnvgr <martynovegorOF@yandex.ru>

---------

Co-authored-by: mrtnvgr <martynovegorOF@yandex.ru>
2023-10-14 14:22:01 +07:00
Null Chilly
56ad40beaf
docs: add markdown warning 2023-10-06 02:51:26 +07:00
Null Chilly
cacebe141b
docs: add markdown alerts 2023-10-06 02:46:02 +07:00
Jason Kwok
f04336ba4a
feat(indent-blankline): update to v3, add scope color (#585) 2023-09-29 19:44:27 +02:00
Null Chilly
85e93601e0 feat(compile): use indexed cmd 2023-09-11 12:25:00 +07:00
Null Chilly
6754087d4f docs: add tmux screenshots 2023-09-11 12:21:24 +07:00
Null Chilly
8feb57a31d docs: enable tmux true color and italic guide 2023-09-11 12:14:40 +07:00
Null Chilly
d4f364d05a docs: bump neovim requirement to 0.8 2023-09-11 12:09:01 +07:00
Null Chilly
f11b6710e4 docs: update treesitter rainbow's default 2023-09-07 22:43:33 +07:00
Null Chilly
846388d137 fix(ufo): use folded ellipsis 2023-09-07 21:08:38 +07:00
Null Chilly
0e3c128eea feat(integrations): add NormalNvim
close #580
2023-09-05 02:16:08 +07:00
Null Chilly
89be4bb227 docs: add ufo integration
close #577
2023-09-03 04:27:13 +07:00
Null Chilly
1f536869b1 feat: add ufo integration 2023-09-03 04:23:13 +07:00
Null Chilly
d3da43907d feat: add kitty detection 2023-09-03 03:17:42 +07: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
Null Chilly
d029098e12 feat(integrations): add notifier.nvim
close #574
2023-08-25 12:24:06 +07:00
Null Chilly
5b44baa4af feat(illuminate): enabled by default and optional lsp option
close #571
2023-08-25 12:13:08 +07:00
NAHO
411a64eb94
docs(readme): fix typo (#573) 2023-08-23 22:17:57 +07: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
Myles Mo
381edddc4a
feat: add flash.nvim integration (#550)
* feat: add flash.nvim integration

* update types

---------

Co-authored-by: Myles Mo <mylesmo.ash@gmail.com>
Co-authored-by: mrtnvgr <martynovegorOF@yandex.ru>
2023-07-19 11:00:26 +07:00
Null Chilly
cfd03be1d6 docs: update telescope & navic doc 2023-07-10 20:00:30 +07:00
Micah Halter
cc8d3abc94
feat(integrations): add rainbow_delimiters.nvim support (#530) 2023-07-05 23:13:08 +07:00
Yuhf7
8d02781a63
fix(native_lsp): boolean logic (#526)
* Revert "Revert "feat(native_lsp): add ability to disable background for inlay hints (#518)" (#524)"

This reverts commit 8aa9e2bd20.

* fix(inlay_hints): surround `or` logic with parens (#523)

* fix: stylua

---------

Co-authored-by: Egor Martynov <martynovegorOF@yandex.ru>
2023-06-25 10:59:41 +07:00
Null Chilly
00d313d8e8 docs: fix random typos 2023-06-25 00:36:14 +07:00