AutoYADM commit: 2024-12-16 18:40:04

This commit is contained in:
Daniel Fichtinger 2024-12-16 18:40:04 -05:00
parent aacf833ef6
commit 0865c12bbd

View file

@ -4,7 +4,7 @@
local opt = vim.opt local opt = vim.opt
opt.scrolloff = 0 opt.scrolloff = 0
vim.g.lazyvim_python_lsp = "basedpyright" vim.g.lazyvim_python_lsp = "pyright"
vim.g.ai_cmp = false vim.g.ai_cmp = false
vim.g.snacks_animate = false vim.g.snacks_animate = false
opt.spell = true opt.spell = true