From ca1bfeaab7613c210f31775d0636cfcd7caa694c Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 19 Jun 2022 23:28:58 +0200 Subject: vim: move colorscheme to plugin --- .vim/lua/plugins.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.vim/lua/plugins.lua') diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 2a2643c..c451a30 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -1183,9 +1183,8 @@ require('packer').startup({function() } end} -- }}} - use {'rktjmp/lush.nvim'} + -- TODO: experimental section - -- TODO(robert): look into this more use {'tjdevries/sg.nvim', disable = true, -- {{{ requires = {'nvim-lua/plenary.nvim'}, config = function() @@ -1212,6 +1211,10 @@ require('packer').startup({function() vim.g.himalaya_mailbox_picker = 'telescope' vim.g.himalaya_telescope_preview_enabled = true end} -- }}} + + use {'https://git.sr.ht/~robertgzr/karafuru', rtp = 'vim', + config = function() vim.cmd [[colorscheme karafuru]] end} + end, config = { compile_path = compilepath, -- cgit 1.4.1