Compare commits

..

2 commits

2 changed files with 2 additions and 2 deletions

View file

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

View file

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