diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-04-06 22:24:11 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-04-06 22:24:11 +0200 |
| commit | 3eac0ee9e6c7943d963b4e6e336dc907196be0ab (patch) | |
| tree | 8138f574853d1861cb1b8ceeb75478cde3cfc924 /.config/nvim/lua/config | |
| parent | faf2118dc99ec4d8cb15da8ee1287e243eb27c60 (diff) | |
nvim: disable animations
Diffstat (limited to '.config/nvim/lua/config')
| -rw-r--r-- | .config/nvim/lua/config/options.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/lua/config/options.lua b/.config/nvim/lua/config/options.lua index b18c063..e46e862 100644 --- a/.config/nvim/lua/config/options.lua +++ b/.config/nvim/lua/config/options.lua @@ -4,3 +4,6 @@ -- disable LazyVim auto format (on save etc.) vim.g.autoformat = false + +-- disable animations (like scroll) +vim.g.snacks_animate = false |
