diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-12-01 17:07:40 -0500 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-12-01 17:07:40 -0500 |
| commit | d9da58da36b6fc5012d2c961225b914516756fdd (patch) | |
| tree | 0108e13c0f365e093637d9d3f7b977fa9d7aef8e /nvim/lua/plugins/transparent.lua | |
| parent | 9b696e497eb231c50732e63913e687c562d8e399 (diff) | |
nvim: many changes.
Diffstat (limited to 'nvim/lua/plugins/transparent.lua')
| -rw-r--r-- | nvim/lua/plugins/transparent.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/lua/plugins/transparent.lua b/nvim/lua/plugins/transparent.lua new file mode 100644 index 0000000..6934aa6 --- /dev/null +++ b/nvim/lua/plugins/transparent.lua @@ -0,0 +1,3 @@ +return { + 'xiyaowong/transparent.nvim' +} |
