transparent neovim - better for my terminal

This commit is contained in:
Roland Hollós 2025-03-27 18:24:23 +01:00
parent 342733a426
commit 2e52bc9839
2 changed files with 3 additions and 0 deletions

View File

@ -45,3 +45,5 @@ vim.api.nvim_create_autocmd("BufWinEnter", {
vim.cmd("silent! loadview")
end,
})
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })

View File

@ -1,3 +1,4 @@
vim.opt.termguicolors = true -- True color support
vim.opt.hlsearch = false -- Disable highlighting search matches
vim.opt.hidden = true -- Allow background buffers
vim.opt.cindent = true