diff options
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' +} |