Skip to content

Commit

Permalink
feat(color): add twilight.nvim (#124)
Browse files Browse the repository at this point in the history
* feat(color): add twilight

* chore: remove zen-mode

Co-authored-by: Micah Halter <[email protected]>

---------

Co-authored-by: Micah Halter <[email protected]>
  • Loading branch information
taskylizard and mehalter authored Apr 6, 2023
1 parent 512dc00 commit c118c7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/color/twilight-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# twilight.nvim

**Repository:** https://github.com/folke/twilight.nvim

🌅 Twilight is a Lua plugin for Neovim 0.5 that dims inactive portions of the code you're editing using TreeSitter.
1 change: 1 addition & 0 deletions lua/astrocommunity/color/twilight-nvim/twilight-nvim.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return { "folke/twilight.nvim", cmd = "Twilight" }

0 comments on commit c118c7c

Please sign in to comment.