Commit graph

1583 commits

Author SHA1 Message Date
Igor Lacerda
4fd72a9ab6
fix(editor): make TabLine more readable (#760) 2024-08-20 10:53:30 +08:00
renovate[bot]
18bab5ec4c
chore(deps): update peter-evans/create-pull-request action to v6 (#755)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-11 19:35:50 +08:00
renovate[bot]
60a3e095b6
chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (#756)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-11 19:32:22 +08:00
renovate[bot]
8591e2ff71
chore(deps): update johnnymorganz/stylua-action action to v4 (#753)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-11 19:29:04 +08:00
Micah Halter
bfdd6b3833
fix(editor): add missing background for TabLineFill (#757) 2024-08-11 11:34:21 +08:00
renovate[bot]
153ae7c6f6
chore: Configure Renovate (#751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-10 12:18:08 +01:00
github-actions[bot]
c9e205fe03
chore(main): release 1.9.0 (#742)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-10 17:37:10 +08:00
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
548b2a2541
feat(terminal): highlight TermCursor and TermCursorNC (#749)
* feat(terminal): highlight `TermCursor` and `TermCursorNC`

* feat(terminal): highlight `TermCursor` and `TermCursorNC`

* feat(terminal): highlight `TermCursor` and `TermCursorNC`

* fix(terminal): make cursor follow documented style
2024-08-09 10:19:39 +08:00
Vollow
2990ca9578
Revert "feat(terminal): highlight TermCursor and TermCursorNC (#744)" (#748)
This reverts commit 6337885980.
2024-08-09 09:55:54 +08:00
Vollow
6337885980
feat(terminal): highlight TermCursor and TermCursorNC (#744)
* feat(terminal): highlight `TermCursor` and `TermCursorNC`

* feat(terminal): highlight `TermCursor` and `TermCursorNC`

* feat(terminal): highlight `TermCursor` and `TermCursorNC`
2024-08-09 09:44:32 +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
yayoyuyu
03a2f35445
fix(render-markdown): add highlights for callout (#745) 2024-08-07 08:13:43 +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
Omar Valdez
774a4ed9a6
docs: Rename markdown.nvim to render-markdown.nvim (#743) 2024-08-05 18:56:27 +08:00
vollowx
ba5f4153a5 docs: auto generate vimdoc 2024-08-02 22:49:42 +00: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
github-actions[bot]
10eda02ea4
chore(main): release 1.8.0 (#702)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-07-25 21:12:26 +08:00
Vollow
4374588df4
fix(treesitter): highlight paths in .gitignore as text (#736)
* fix(treesitter): highlight wildcards in .gitignore differently

* fix(treesitter): color paths in `.gitignore` as mauve

* fix(treesitter): color paths in `.gitignore` as text
2024-07-25 19:36:09 +08: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
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
Ilias Dougias
47bd419c0c
feat(feline): add lazy.nvim updates module, replace deprecated API (#725)
* Add lazy.nvim plugin updates in feline
* Use pcall for checking if lazy.nvim is installed
* fix(feline): fix provider option for lazy updates
* refactor(feline): update deprecated api functions
2024-07-10 21:29:28 +08:00
Daryl
2d3419c2ae
fix!(leap): highlight group for LeapLabel (#728)
`LeapLabel` replaces `LeapLabelPrimary` and `LeapLabelSecondary`

Signed-off-by: Platy <daryl.limkz@gmail.com>
2024-07-08 17:40:11 +08:00
Igor Lacerda
4ea01738dc
fix(dapui): border match bg color (#727) 2024-07-08 17:30:44 +08:00
vollowx
1d76b57bb2 Revert "fix: color float window border background (#722)"
This reverts commit 31fcfb02c4, as it
breaks some of the UI.
2024-07-07 19:54:00 +08:00
Vollow
31fcfb02c4
fix: color float window border background (#722) 2024-06-28 00:41:51 +07:00
Evgeni Chasnovski
6827a67638
feat(mini): add new highlight groups (#721) 2024-06-28 00:38:09 +07:00
Tom Kuson
894efb5577
fix(defaults)!: Enable mini integration by default (#718)
The documentation says that mini is enabled by default, but it is not.
This patch changes the defaults to match what is documented.
2024-06-24 17:39:13 +08:00
Igor Lacerda
67565cd353
feat(csv): built-in rainbow highlighting (#720) 2024-06-20 19:05:14 +07:00
Mateus Alves
c0bea773a0
fix: small typo in feline.lua file (#719) 2024-06-14 10:07:19 +07:00
Thaumy
cc8e290d4c
feat(bufferline): add indicator_visible and modified_visible (#716) 2024-06-10 22:25:09 +07:00
Igor Lacerda
afccb3d237
fix(neogit): link WinSeparator (#713) 2024-06-10 22:24:29 +07: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
Myles Mo
4edca6bed2
feat(treesitter-content): highlight line number (#709)
* fix:(treesitter-content): respect transparency

* chore: format

---------

Co-authored-by: Myles Mo <mylesmo.ash@gmail.com>
Co-authored-by: mrtnvgr <root@unixis.fun>
2024-05-26 13:22:31 +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
github-actions[bot]
a1439ad7c5
chore(main): release 1.7.0 (#644)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-14 21:35:52 +07:00
Null Chilly
fc98570d85 fix(flavour): g:catppuccin_flavour backwards compatibility 2024-04-14 01:32:43 +07:00
jint_lzxy_
08c6417bdc
feat(treesitter): follow upstream captures (#694)
* feat(treesitter): follow upstream captures

This PR primarily updated highlight groups related to treesitter captures to
comply with the updated specification. Deprecated captures were relocated to the
legacy section. All changes are based on the following four commits:
- 99ddf57353
- 5d75359a9a
- dccf31f9b1
- 998b230a77

I've attempted to keep the colors consistent for new additions by looking at the
definitions of existing captures, but I'm _really_ not sure how to handle colors
for documentation-related ones. AFAIU the only relevant existing capture is
`@markup.raw`, but it seems better suited for smaller sections of documentation.
Personally, I don't think a large block of greenish-blue would look great for
extensive documents that might span multiple lines.

Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
2024-04-13 00:37:25 +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
Yi Ming
02bdd74993
feat(lsp): add highlight for LspCodeLensSeparator (#693)
* feat(lsp): add highlight for `LspCodeLensSeparator`

* link `LspCodeLens` with `LspCodeLensSeparator`

---------

Co-authored-by: mrtnvgr <root@unixis.fun>
2024-04-08 10:22:27 +07:00
MrJulianBlack
aebe43db9c
Refresh airline colors (#691)
* fix: Background color Airline section B.

Airline section B is used to show information regarding vcs, i.e. git
branch. This section was formatted the same as section C, so they were
indistinguishable.

This commit changes the bachground color to the same one used for
Lualine.

* fix: Airline warning section in Replace mode

The colors for the error and warning section of Airline were not applied
to replace mode. This commit fixes this issue by instead defining
the replace mode colors as a variation of the insert mode colors, where
these colors are already deifned. Note that the red color is only
applied to Airline sections A & B, but not on the right side, since the
red color is already used there for the error section. This is different
from Lualine, since there the error & warning sections don't exist.

* feat: Add Terminal+Command mode colors to Airline

This adds support for different colors for Airline in terminal mode and
command mode, where before simply the normal mode colors where used.
For terminal mode, its simply a copy of insert mode. This makes sense
since it is basically insert mode just for the terminal buffer. In
Lualine, this is done the same way.
For command mode, it is a variation of normal mode. The orange color is
also used in Lualine for this purpose. Only the sections A & B (on the
left) are modified with this color, different from Lualine. Reason is
the same as for Replace mode; the orange color is already used on the
right for the warning section.
2024-03-29 17:08:27 +07:00
Valentin Uveges
c3572a968a fix: use external index for lsp counting 2024-03-29 10:24:53 +02:00