From 031bf426ca73146d9253548e77f90ec112ebcedb Mon Sep 17 00:00:00 2001 From: delta Date: Sat, 13 Sep 2025 19:55:00 +0200 Subject: initial commit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b829dcd --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# prismite.nvim - a colourful and comfy nvim theme + +Colors can be found [here](https://darkuss.twoexem.com/prismite.html) + +## Installation +### lazy.nvim +```lua +{ + { + "git.twoexem.com/prismite.nvim", + dir = "/home/delta/Documents/RealProjects/lua/prismite.nvim", + lazy = false, + priority = 1000, + config = function() + vim.cmd [[colo prismite]] + end, + }, +} +``` + -- cgit v1.2.3