[macbook] Bunch of misc updates.

This commit is contained in:
jmug
2025-12-14 01:52:50 -08:00
parent 5400b88b75
commit e03f9db6b2
6 changed files with 108 additions and 15 deletions
@@ -1,5 +1,7 @@
-- require'lspconfig'.pyright.setup{}
vim.lsp.enable('basedpyright')
-- Autoformat on save.
-- vim.cmd("autocmd BufWritePre *.py execute ':Black'")