aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/theme.lua
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2025-07-02 11:16:43 -0500
committerfoswret <foswret@posteo.com>2025-07-02 11:16:43 -0500
commit0ae98568e89c7792b0433e5bb450c6706562eb71 (patch)
tree955206a67dee6cff26fea58d9999dfbc121ddf91 /nvim/lua/plugins/theme.lua
first commit
Diffstat (limited to 'nvim/lua/plugins/theme.lua')
-rw-r--r--nvim/lua/plugins/theme.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/lua/plugins/theme.lua b/nvim/lua/plugins/theme.lua
new file mode 100644
index 0000000..0f491cb
--- /dev/null
+++ b/nvim/lua/plugins/theme.lua
@@ -0,0 +1,3 @@
+return {
+ 'kepano/flexoki-neovim', name = 'flexoki'
+}