Changed colorscheme and updated tmux config +++

This commit is contained in:
2025-02-23 15:35:10 +01:00
parent 49040e91e9
commit 233daaf97d
29 changed files with 796 additions and 308 deletions

View File

@@ -43,6 +43,18 @@ return {
lspconfig["pyright"].setup({
capabilities = capabilities,
filetypes = { "python" },
settings = {
python = {
pythonPath = vim.fn.exepath("python3.12"),
},
},
})
lspconfig["ltex"].setup({
settings = {
ltex = {
language = "de-CH",
},
},
})
wk.add({

View File

@@ -18,20 +18,20 @@ return {
"clangd",
"marksman",
"texlab",
"ltex",
},
})
mason_tool_installer.setup({
ensure_installed = {
"mypy",
"ruff_lsp",
"black",
"clang-format",
"stylua",
"prettier",
"vale",
"pylint",
"latexindent",
"pylint",
"latexindent",
},
})
end,