diff --git a/init.lua b/init.lua index d831c75e..f5d9dd65 100644 --- a/init.lua +++ b/init.lua @@ -686,17 +686,6 @@ require('lazy').setup({ filetypes = { 'c', 'cpp', 'objc', 'objcpp', 'cuda' }, }, -- gopls = {}, - pyright = { - settings = { - python = { - analysis = { - autoSearchPaths = true, - diagnosticMode = 'workspace', - useLibraryCodeForTypes = true, - }, - }, - }, - }, rust_analyzer = { settings = { ['rust-analyzer'] = { @@ -1295,6 +1284,8 @@ require('lazy').setup({ }, }) +vim.lsp.enable('ty') + vim.keymap.set('n', 'uc', function() local start = vim.fn.line '.' local finish = start