blob: 195b7fe641b383b990647ea469373b77fd8be32f (
plain)
1
2
3
4
5
6
|
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
-- Enable transparency support for iTerm2
vim.opt.termguicolors = true
|