Disable animations
This commit is contained in:
parent
15e21d1a73
commit
aafd040f42
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user