Commit graph

1585 commits

Author SHA1 Message Date
Null Chilly
12894370fa refactor(tests): use table for configs 2023-06-28 11:30:46 +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
nullchilly
49102b8149 docs: auto generate vimdoc 2023-06-24 17:36:49 +00:00
Null Chilly
00d313d8e8 docs: fix random typos 2023-06-25 00:36:14 +07:00
Null Chilly
8aa9e2bd20
Revert "feat(native_lsp): add ability to disable background for inlay hints (#518)" (#524)
This reverts commit b032cedb90.
2023-06-25 00:18:47 +07:00
nullchilly
4f086b7c33 docs: auto generate vimdoc 2023-06-24 16:10:06 +00:00
mrtnvgr
b032cedb90
feat(native_lsp): add ability to disable background for inlay hints (#518) 2023-06-24 23:09:40 +07:00
Josh Medeski
6ecc158dbf
fix(treesitter_context): underline content if transparent_background is true (#519) 2023-06-24 18:50:42 +07:00
Tyler
fc73faa37b
feat(telescope): telescope flat style support (#521)
* feat(telescope): flat style

* fix(docs): telescope integration

* mod(telescope): backwards compatibility & rename 'flat'

* fix(telescope): backwards compatibility

* fix: selene

* fix: stylua

---------

Co-authored-by: Egor Martynov <martynovegorOF@yandex.ru>
2023-06-24 13:41:13 +07:00
Yavorski
506a4aa134
feat(semantic_tokens): add some lsp semantic tokens (#512) 2023-06-22 19:06:16 +07:00
Yi Ming
5dc566c420
fix(lsp): do not link LspInlayHint to Comment directly (#517)
* fix(lsp): do not link `LspInlayHint` to `Comment` directly

* fix(lsp): remove inlay-hint background color when `transparent_background` is set

Co-authored-by: mrtnvgr <48406064+mrtnvgr@users.noreply.github.com>

* fix: move comment up

---------

Co-authored-by: mrtnvgr <48406064+mrtnvgr@users.noreply.github.com>
2023-06-22 18:04:20 +07:00
mrtnvgr
d32b0bb5b1
feat(native_lsp): support inlay hints (#516)
* feat(native_lsp): support inlay hints

* `Comment` => `LspInlayHint`?
2023-06-21 10:19:57 +07:00
mrtnvgr
71b7a866e0 docs: auto generate vimdoc 2023-06-20 12:56:55 +00:00
Bit Wombat
866c9f2938
Correct typo in custom_highlights section of README (#514)
Co-authored-by: Greg Bell <greg@bitwombat.com.au>
2023-06-20 19:56:28 +07:00
Freddie Haddad
ad63055947
docs(README): update feline.nvim url (#511)
The original feline plugin repository has been archived and the new URL
is the official new home.  The original author chose not to transfer
ownership of the repository to the new maintainer.
2023-06-14 08:01:09 +07:00
Егор Мартынов
9aaf5b4ce5
fix(feline): disable lsp status on nightly (#510) 2023-06-13 11:50:46 +07:00
Егор Мартынов
57ee09dd53
fix(feline): use new vim.lsp.status() method (#509)
* fix(feline): use new `vim.lsp.status()` method

* Update lua/catppuccin/groups/integrations/feline.lua

Co-authored-by: winston <hey@winston.sh>

* remove comment

---------

Co-authored-by: winston <hey@winston.sh>
2023-06-13 07:21:08 +07:00
Null Chilly
2df7036c5c fix(workflows): stylua format 2023-06-09 23:24:21 +07:00
github-actions[bot]
8426d3bfd5
feat: auto-sync upstream palettes (#507)
Co-authored-by: nullchilly <nullchilly@users.noreply.github.com>
2023-06-09 23:13:31 +07:00
Null Chilly
e9fbeec106 feat(workflows): auto-sync upstream palettes 2023-06-09 23:00:40 +07:00
mrtnvgr
1bf7e318de docs: auto generate vimdoc 2023-06-09 03:03:27 +00:00
mrtnvgr
3f8b7faaa8
docs: fix lazy.nvim install method 2023-06-09 10:02:50 +07:00
mrtnvgr
fedb815907 docs: auto generate vimdoc 2023-06-09 02:29:46 +00:00
emivespa
ecec1903b5
docs: fix lazy.nvim install method (#506)
> Only useful for start plugins (lazy=false) to force loading certain plugins first. Default priority is 50. It's recommended to set this to a high number for colorschemes.
- https://github.com/folke/lazy.nvim#-plugin-spec
2023-06-09 09:29:18 +07:00
Null Chilly
233c417578 chore: use notify_once instead 2023-06-05 21:32:47 +07:00
Null Chilly
4f22a1e784 feat(dropbar): add new highlight groups
close #503
2023-06-05 06:40:47 +07:00
nekowinston
d84a6be815 docs: auto generate vimdoc 2023-06-04 00:12:56 +00:00
Tyler Nieman
33a33e7738
docs: fix typo (#502) 2023-06-04 02:12:26 +02:00
winston
6c351a8296
chore: update types (#501)
Updates types for the dropbar integration added in #499
2023-06-03 18:38:19 +07:00
nullchilly
a54a3247db docs: auto generate vimdoc 2023-06-03 09:58:59 +00:00
Null Chilly
243647c24e docs: fix dropbar option 2023-06-03 16:58:27 +07:00
Null Chilly
60308f5dd5
docs: use markdown table (#500) 2023-06-03 16:47:26 +07:00
Null Chilly
e86aeb8ca0
feat(integration): add dropbar.nvim (#499) 2023-06-03 14:02:23 +07:00
Null Chilly
c9cc5a997f feat(debug): add auto compile on save 2023-05-29 17:09:27 +07:00
winston
1d3eda1570
feat(types): add type annotations (#495) 2023-05-24 10:46:25 +07:00
Null Chilly
cc517bdcb6
feat(markdown): add rainbow headlines (#493) 2023-05-21 11:30:48 +07:00
Егор Мартынов
8338b02e9a
feat: no_underline option (#489)
* feat: `no_underline` option

* docs: auto generate vimdoc

---------

Co-authored-by: mrtnvgr <mrtnvgr@users.noreply.github.com>
2023-05-18 22:38:30 +07:00
Null Chilly
57b421ee5f
refactor(syntax): respect editor style guide (#482) 2023-05-10 16:34:30 +07:00
Au
c5c5f73ba3
chore: delete go.mod (#485) 2023-05-10 16:32:47 +07:00
loqusion
a6274e78ac
fix: make CursorLine visible for transparent_background (#484) 2023-05-10 11:47:21 +07:00
nullchilly
b2f566d43e docs: update semantic tokens link 2023-05-08 22:46:39 +07:00
nullchilly
332013f4ec feat(semantic_tokens): add more highlights 2023-05-08 22:32:19 +07:00
winston
ce06ac2d31
chore: remove deprecated icons in nerdfonts v3.0.0 (#479)
https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.0.0
2023-05-07 22:37:49 +07:00
Егор Мартынов
af8390217c
fix(neotree): add NeoTreeNormalNc hl group (#477) 2023-05-05 22:43:16 +07:00
Myles Mo
a7e279d6e0
fix(editor): add FloatTitle hl (#475)
Co-authored-by: Myles Mo <mylesmo.ash@gmail.com>
2023-05-03 14:09:04 +07:00
winston
b856dbfec7
docs: update discord url 2023-05-03 00:11:13 +02:00
nullchilly
304908d13d chore: comment deprecated tests 2023-04-30 17:29:30 +07:00
nullchilly
c265cf0cba chore(template): bump nvim version 2023-04-30 17:28:30 +07:00
nullchilly
eb061d788a docs: fix typos 2023-04-30 17:27:30 +07:00
Xie Zejian
94d10b558e
feat(dashboard): add group for hyper theme (#474) 2023-04-30 15:26:49 +07:00