Skip to content

Commit

Permalink
feat: colorful-winsep (#46)
Browse files Browse the repository at this point in the history
- feat(winsep): init plugin
- feat(winsep): config
  • Loading branch information
snelling-a authored May 11, 2023
2 parents a2a5ea9 + 50951b6 commit 25a3f09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"cmp-treesitter": { "branch": "master", "commit": "389eadd48c27aa6dc0e6b992644704f026802a2e" },
"cmp_luasnip": { "branch": "master", "commit": "18095520391186d634a0045dacaa346291096566" },
"copilot-cmp": { "branch": "master", "commit": "ad4c097bf76c544fce95a2cb6b02f245cb18a6bb" },
"colorful-winsep.nvim": { "branch": "main", "commit": "0576a11c1b2af468019f2b8bc942ec384ccb9aeb" },
"copilot.lua": { "branch": "master", "commit": "653bbdc44cd569a5fd0617e5a9d3df2b1359e230" },
"copilot.vim": { "branch": "release", "commit": "1358e8e45ecedc53daf971924a0541ddf6224faf" },
"dressing.nvim": { "branch": "master", "commit": "540d6e7115fb32b5035ddaf0c1a26cbffb855dac" },
Expand Down
7 changes: 7 additions & 0 deletions lua/plugins/colorful-winsep.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local M = { "nvim-zh/colorful-winsep.nvim" }

M.config = true

M.event = { "WinNew" }

return M

0 comments on commit 25a3f09

Please sign in to comment.