diff options
author | HampusM <hampus@hampusmat.com> | 2024-01-16 19:15:27 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-01-16 19:15:27 +0100 |
commit | 3b6e2239707d225d59b24c12382d509cfd1043a6 (patch) | |
tree | 89e9ab5fddb59ec2ca679d5f77a4440dfcc924ba /lua/plugins.lua | |
parent | 038387b18ef65c6973afe6a20715231156ba9020 (diff) |
remove use of hexokinase
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index f203555..bbdade3 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -10,7 +10,6 @@ return require("packer").startup(function(use) -- Style use "https://git.hampusmat.com/ayu-vim" - use {"RRethy/vim-hexokinase", run = "make hexokinase"} use "vim-airline/vim-airline" use "lukas-reineke/indent-blankline.nvim" |