aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/lua/basic.lua
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2024-02-02 21:16:29 +0100
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2024-02-02 21:16:29 +0100
commit8f23f5ead2d6919ffdcdc3110c6855464d8d6384 (patch)
treee6e193d2dc525c564149a9a61d9d12b57da75b8b /Common/nvim/lua/basic.lua
parente1b6d486dbde35f4377a077babfac9236c8a446f (diff)
downloaddotfiles-8f23f5ead2d6919ffdcdc3110c6855464d8d6384.tar.gz
dotfiles-8f23f5ead2d6919ffdcdc3110c6855464d8d6384.zip
bat theme
Diffstat (limited to 'Common/nvim/lua/basic.lua')
-rwxr-xr-xCommon/nvim/lua/basic.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/nvim/lua/basic.lua b/Common/nvim/lua/basic.lua
index 4c09fa6..ca59d1c 100755
--- a/Common/nvim/lua/basic.lua
+++ b/Common/nvim/lua/basic.lua
@@ -86,6 +86,8 @@ vim.api.nvim_set_hl(0, "ColorColumn", { ctermbg = 16 })
vim.cmd [[ colorscheme default ]]
vim.opt.background = "light"
vim.opt.termguicolors = true
+-- No idea why, preview in fzf does at least work extremely porly without this
+vim.cmd [[ let $BAT_THEME = 'gruvbox-light' ]]
-- Workaround for gutter color, to remove background?
vim.api.nvim_set_hl(0, "SignColumn", {link = "LineNr"})