Changes in Nvim and Alacritty

This commit is contained in:
2023-12-16 17:43:54 +01:00
parent 0823688583
commit 9c3b421ea5
6 changed files with 59 additions and 23 deletions

View File

@@ -30,7 +30,6 @@ return {
"stylua",
"prettier",
"vale",
"latexindent",
},
})
end,

View File

@@ -19,7 +19,6 @@ return {
formatting.black,
formatting.clang_format,
formatting.prettier,
formatting.latexindent,
diagnostics.mypy.with({
extra_args = function()
local virtual = os.getenv("VIRTUAL_ENV") or os.getenv("CONDA_PREFIX") or "/usr"