AutoYADM commit: 2024-12-18 17:50:04

This commit is contained in:
Daniel Fichtinger 2024-12-18 17:50:04 -05:00
parent 64e62070dc
commit 3c74fee511

View file

@ -2,7 +2,7 @@
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
local opt = vim.opt
opt.scrolloff = 0
opt.scrolloff = 2
vim.g.lazyvim_python_lsp = "basedpyright"
vim.g.ai_cmp = false