diff options
author | foswret <foswret@posteo.com> | 2025-07-02 11:16:43 -0500 |
---|---|---|
committer | foswret <foswret@posteo.com> | 2025-07-02 11:16:43 -0500 |
commit | 0ae98568e89c7792b0433e5bb450c6706562eb71 (patch) | |
tree | 955206a67dee6cff26fea58d9999dfbc121ddf91 /nvim/lua/plugins/theme.lua |
first commit
Diffstat (limited to 'nvim/lua/plugins/theme.lua')
-rw-r--r-- | nvim/lua/plugins/theme.lua | 3 |
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' +} |