chore(treesitter): Improve deprecation message

This commit is contained in:
Null Chilly 2022-10-23 21:34:45 +07:00
parent 911d26a06d
commit fb1a3c1171
3 changed files with 5 additions and 4 deletions

1
.editorconfig vendored
View file

@ -4,7 +4,6 @@
root = true
[*]
end_of_line = lf
charset = utf-8

4
README.md vendored
View file

@ -46,8 +46,6 @@ This port of Catppuccin is special because it was the first one and the one that
<summary>nullchilly/amoled</summary>
<img src="https://user-images.githubusercontent.com/56817415/197349645-af9243e0-044b-4c08-9928-c359e7500eba.png"/>
Share your custom flavour here! https://github.com/catppuccin/nvim/discussions/323
Configuration:
```lua
require("catppuccin").setup {
@ -76,6 +74,8 @@ Configuration: https://github.com/ayamir/nvimdots/blob/main/lua/modules/ui/confi
</details>
Share your custom flavour here! https://github.com/catppuccin/nvim/discussions/323
<!-- panvimdoc-ignore-end -->
# Features

View file

@ -11,7 +11,7 @@ function M.get()
vim.notify(
[[Catppuccin (info):
nvim-treesitter integration requires neovim 0.8
If you want to stay on nvim 0.7, disable the integration, or pin catppuccin tag to v0.2.4 and nvim-treesitter to 4cccb6f494eb255b32a290d37c35ca12584c74d0.
If you want to stay on nvim 0.7, either disable the integration or pin catppuccin tag to v0.2.4 and nvim-treesitter commit to 4cccb6f494eb255b32a290d37c35ca12584c74d0.
]],
vim.log.levels.INFO
)
@ -122,6 +122,8 @@ If you want to stay on nvim 0.7, disable the integration, or pin catppuccin tag
["@tag.attribute"] = { fg = cp.teal, style = { "italic" } }, -- Tags like html tag names.
["@tag.delimiter"] = { fg = cp.sky }, -- Tag delimiter like < > /
-- Language specific:
-- toml
["@property.toml"] = { fg = cp.blue }, -- Differentiates between string and properties