You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autocmd FileType python lua require('km.python_completion').setup(); if vim.lsp.config and vim.lsp.config.basedpyright then vim.lsp.enable('basedpyright'); vim.schedule(function() vim.cmd('LspStart basedpyright') end) end