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
+1
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