updated config

This commit is contained in:
Daveanand Mannie
2024-08-14 12:41:07 -04:00
parent e07bc2bb46
commit 25b0dfbc24
6 changed files with 76 additions and 234 deletions

View File

@@ -2,3 +2,11 @@
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options hereby
vim.g.autoformat = false
vim.g.lazyvim_python_lsp = "pyright"
vim.g.lazyvim_python_ruff = "ruff"
vim.o.tabstop = 4
vim.o.expandtab = true
vim.o.softtabstop = 4
vim.o.shiftwidth = 4