diff options
Diffstat (limited to 'lua/colour_plugins.lua')
| -rw-r--r-- | lua/colour_plugins.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/colour_plugins.lua b/lua/colour_plugins.lua new file mode 100644 index 0000000..48b8a44 --- /dev/null +++ b/lua/colour_plugins.lua @@ -0,0 +1,10 @@ + -- + -- ColourScheme Setup + -- + { + "rebelot/kanagawa.nvim", + config = function() + vim.cmd.colorscheme("kanagawa-wave") + end, + }, + |
