Compare commits

..

No commits in common. "940e8f2feaaaa06a948a7f393a51e56bdf763a5c" and "8069fb2f6184824d4e040f56eedabee838336d7a" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
vim.lsp.enable("ty")
vim.g.lazyvim_python_lsp = ""
vim.g.lazyvim_python_lsp = "ty"
--- Whitespace ---
vim.o.expandtab = true

View file

@ -5,7 +5,7 @@ return {
"neovim/nvim-lspconfig",
opts = {
servers = {
ty = { enabled = true },
ty = {},
},
},
{