Changed colorscheme and updated tmux config +++
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user