diff options
author | HampusM <hampus@hampusmat.com> | 2024-05-30 18:50:40 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-05-30 18:50:40 +0200 |
commit | d996007ffc8d08610b5d7008b7bfdf3a2132e5e2 (patch) | |
tree | 28e7e28298c07ae1b1dfab72113e0cc6b03ac628 /lua/plugins.lua | |
parent | 45d25d54298434a2d5b76c330131c8ca71bd2d63 (diff) |
use ayu-vim 256ec8f
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index add984c..0a16863 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -9,7 +9,11 @@ return require("packer").startup(function(use) use "tiagofumo/vim-nerdtree-syntax-highlight" -- Style - use "https://git.hampusmat.com/ayu-vim" + use { + "https://git.hampusmat.com/ayu-vim", + commit = "256ec8f56ca0beb7c2d3b727f6c7f4806ab30c15" + } + use "vim-airline/vim-airline" use { "lukas-reineke/indent-blankline.nvim", |