-
-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(split-and-window): add colorful-winsep.nvim plugin (#1132)
* feat(split-and-window): add colorful-winsep.nvim plugin * docs(colorful-winsep-nvim): add README.md * feat(catppuccin): add colorful-winsep.nvim integration * refactor(colorful-winsep-nvim): plugin spec
- Loading branch information
1 parent
de5139e
commit 612a061
Showing
3 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
lua/astrocommunity/split-and-window/colorful-winsep-nvim/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# colorful-winsep.nvim | ||
|
||
Make your nvim window separators colorful with smooth animations | ||
|
||
**Repository:** <https://github.com/nvim-zh/colorful-winsep.nvim> |
5 changes: 5 additions & 0 deletions
5
lua/astrocommunity/split-and-window/colorful-winsep-nvim/init.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
return { | ||
"nvim-zh/colorful-winsep.nvim", | ||
event = "WinLeave", | ||
opts = {}, | ||
} |