Skip to content

Commit

Permalink
feat(nvim-highlight-colors): migrate 'nvim-colorizer.lua' to 'nvim-hi…
Browse files Browse the repository at this point in the history
…ghlight-colors' (#514)
  • Loading branch information
linrongbin16 authored Mar 4, 2024
1 parent c8e5ecb commit ef5b841
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
if: ${{ github.ref != 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","break"]'
- uses: actions/checkout@v4
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
typecheck:
name: Type check
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions lua/configs/brenoprata10/nvim-highlight-colors/config.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require("nvim-highlight-colors").setup({
render = "background",
enable_named_colors = true,
enable_tailwind = true,
})
4 changes: 2 additions & 2 deletions lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ local M = {
config = lua_config("RRethy/vim-illuminate"),
},
{
"NvChad/nvim-colorizer.lua",
"brenoprata10/nvim-highlight-colors",
event = { VeryLazy },
config = lua_config("NvChad/nvim-colorizer.lua"),
config = lua_config("brenoprata10/nvim-highlight-colors"),
},
{
"nvim-treesitter/nvim-treesitter-context",
Expand Down

0 comments on commit ef5b841

Please sign in to comment.