diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-01 00:07:18 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-01 00:07:18 +0200 |
commit | ba02708d2760ae87af4a2084cb2f38a09e8bf71b (patch) | |
tree | 0f454dfaef2fe13cdef3a74c1d9f845788859972 /lua/plugins.lua | |
parent | 0b9539bf3ff368288bdaace89d488a93fc2fc421 (diff) |
use other Ayu theme fork
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index cda4798..fba0847 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -25,8 +25,8 @@ return require("packer").startup(function(use) -- Style use { - "https://git.hampusmat.com/ayu-vim", - commit = "256ec8f56ca0beb7c2d3b727f6c7f4806ab30c15" + "Shatur/neovim-ayu", + commit = "d7a2b754c9f9be3c30e14a53d6cfda3e111edd24" } use { |