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/style.lua | |
parent | 038387b18ef65c6973afe6a20715231156ba9020 (diff) |
remove use of hexokinase
Diffstat (limited to 'lua/style.lua')
-rw-r--r-- | lua/style.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/style.lua b/lua/style.lua index 7ef1ee4..3a31d91 100644 --- a/lua/style.lua +++ b/lua/style.lua @@ -2,8 +2,6 @@ vim.cmd("colorscheme ayu") vim.g.ayucolor = "dark" -vim.g.Hexokinase_highlighters = {"foreground"} - vim.g["airline#extensions#tabline#enabled"] = 1 vim.g["airline#extensions#tabline#formatter"] = "unique_tail_improved" |