From aeb0ada8e2f2a5853b3b25364492a009043e74a0 Mon Sep 17 00:00:00 2001 From: Thomas Lazarus Date: Sat, 3 Jan 2026 11:35:03 -0600 Subject: [PATCH] Init switch to ty --- lua/kickstart/plugins/lspconfig.lua | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/lua/kickstart/plugins/lspconfig.lua b/lua/kickstart/plugins/lspconfig.lua index 29ff7513..07ddf2d2 100644 --- a/lua/kickstart/plugins/lspconfig.lua +++ b/lua/kickstart/plugins/lspconfig.lua @@ -154,23 +154,7 @@ return { local capabilities = require('blink.cmp').get_lsp_capabilities() local servers = { - pyright = { - on_init = function(client) - local venv_path = vim.fn.getcwd() .. '/.venv' - if vim.fn.isdirectory(venv_path) == 1 then - client.config.settings.python.pythonPath = venv_path .. '/bin/python' - end - end, - settings = { - python = { - analysis = { - typeCheckingMode = 'basic', - autoSearchPaths = true, - useLibraryCodeForTypes = true, - }, - }, - }, - }, + ty = {}, ruff = {}, docker_compose_language_service = {}, lua_ls = {