Disable animations

This commit is contained in:
Kevin Cotugno 2024-12-18 06:45:48 -07:00
parent 15e21d1a73
commit aafd040f42

View File

@ -1,6 +1,9 @@
-- Options are automatically loaded before lazy.nvim startup -- 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 -- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here -- Add any additional options here
vim.g.snacks_animate = false
local opt = vim.opt local opt = vim.opt
opt.colorcolumn = "80,100" opt.colorcolumn = "80,100"