{"id":16489769,"url":"https://github.com/wookayin/vim-autoimport","last_synced_at":"2025-03-21T07:31:35.033Z","repository":{"id":66048594,"uuid":"253354900","full_name":"wookayin/vim-autoimport","owner":"wookayin","description":"A vim plugin for adding import statements (for python and more) without LSP","archived":false,"fork":false,"pushed_at":"2024-10-05T16:39:09.000Z","size":82,"stargazers_count":25,"open_issues_count":5,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-12T13:45:19.887Z","etag":null,"topics":["auto-import","neovim","nvim","python","vim"],"latest_commit_sha":null,"homepage":"https://work.in.progress","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wookayin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-04-05T23:47:45.000Z","updated_at":"2024-10-05T16:39:13.000Z","dependencies_parsed_at":"2024-04-15T22:23:45.279Z","dependency_job_id":"15a64178-7b08-4283-ae0b-0740afa32c84","html_url":"https://github.com/wookayin/vim-autoimport","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookayin%2Fvim-autoimport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookayin%2Fvim-autoimport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookayin%2Fvim-autoimport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookayin%2Fvim-autoimport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wookayin","download_url":"https://codeload.github.com/wookayin/vim-autoimport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221812895,"owners_count":16884717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auto-import","neovim","nvim","python","vim"],"created_at":"2024-10-11T13:45:21.863Z","updated_at":"2024-10-28T09:36:29.102Z","avatar_url":"https://github.com/wookayin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"vim-autoimport\n==============\n\nA vim plugin for easily adding import statements.\n\n*This is still WIP* --- things might change rapidly.\n\n\nUsage\n-----\n\nCurrently only works **for python**. You need to have `has('python3')` enabled.\n\nCommands:\n\n```vim\n:ImportSymbol             \" Add an import statement for the current symbol\n:ImportSymbol np.zeros    \" Add an import statement for the given expression (e.g. np.zeros)\n```\n\nRecommended keymappings:\n\n```vim\nnmap \u003csilent\u003e \u003cM-CR\u003e   :ImportSymbol\u003cCR\u003e\nimap \u003csilent\u003e \u003cM-CR\u003e   \u003cEsc\u003e:ImportSymbol\u003cCR\u003ea\n```\n\nTip: How to sort imports?\n\n```vim\ncommand! -buffer ImportOrganize    :CocCommand python.sortImports\n```\n\nLicense\n-------\n\nThe MIT License (c) 2020 Jongwook Choi (@wookayin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwookayin%2Fvim-autoimport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwookayin%2Fvim-autoimport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwookayin%2Fvim-autoimport/lists"}