{"id":21030253,"url":"https://github.com/whoxer/my-vimrc","last_synced_at":"2025-06-16T19:37:16.585Z","repository":{"id":165809967,"uuid":"641221772","full_name":"whoxer/my-vimrc","owner":"whoxer","description":"As configurações do meu vim.","archived":false,"fork":false,"pushed_at":"2023-05-23T01:28:27.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T19:24:52.521Z","etag":null,"topics":["plugins","vim","vimrc"],"latest_commit_sha":null,"homepage":"","language":null,"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/whoxer.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,"publiccode":null,"codemeta":null}},"created_at":"2023-05-16T03:10:36.000Z","updated_at":"2023-05-16T03:17:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"898d8b6c-61d0-4c1b-8cbe-6faf3ddb562f","html_url":"https://github.com/whoxer/my-vimrc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whoxer/my-vimrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whoxer%2Fmy-vimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whoxer%2Fmy-vimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whoxer%2Fmy-vimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whoxer%2Fmy-vimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whoxer","download_url":"https://codeload.github.com/whoxer/my-vimrc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whoxer%2Fmy-vimrc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260224604,"owners_count":22977432,"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":["plugins","vim","vimrc"],"created_at":"2024-11-19T12:17:17.675Z","updated_at":"2025-06-16T19:37:16.569Z","avatar_url":"https://github.com/whoxer.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# my-vimrc\n\n```vim\n\"  whoxer vimrc |\n\"  --------------\n\nset number\nset mouse=a\nset title\nset cursorline\n\nset encoding=utf-8 \" Importante para o YCM\n\nlet g:ycm_global_ycm_extra_conf = '~/.vim/.ycm_extra_conf.py'\nset completeopt-=preview\nlet g:ycm_show_diagnostics_ui = 0\n\nmap q :q\u003cCR\u003e\nmap \u003cC-t\u003e :NERDTreeToggle\u003cCR\u003e\nmap \u003cC-s\u003e :w\u003cCR\u003e\n\nlet g:ycm_language_server =\n  \\ [{\n  \\   'name': 'ccls',\n  \\   'cmdline': [ 'ccls' ],\n  \\   'filetypes': [ 'c', 'cpp', 'cuda', 'objc', 'objcpp' ],\n  \\   'project_root_files': [ '.ccls-root', 'compile_commands.json' ]\n  \\ }]\n\nlet g:ycm_clangd_args=['--header-insertion=never']\nlet g:ycm_key_list_select_completion = ['\u003cC-n\u003e', '\u003cDown\u003e']\nlet g:ycm_key_list_previous_completion = ['\u003cC-p\u003e', '\u003cUp\u003e']\nlet g:SuperTabDefaultCompletionType = '\u003cC-n\u003e'\nlet g:UltiSnipsExpandTrigger = \"\u003ctab\u003e\"\nlet g:UltiSnipsJumpForwardTrigger = \"\u003ctab\u003e\"\nlet g:UltiSnipsJumpBackwardTrigger = \"\u003cs-tab\u003e\"\n\ncall plug#begin('~/.vim/plugged')\n\tPlug 'vim-airline/vim-airline'\n\tPlug 'preservim/nerdtree'\n\tPlug 'tpope/vim-surround'\n\tPlug 'junegunn/vim-easy-align'\n\tPlug 'https://github.com/jiangmiao/auto-pairs.git'\n\tPlug 'rainglow/vim'\n\tPlug 'ycm-core/YouCompleteMe'\n\tPlug 'jiangmiao/auto-pairs'\n\tPlug 'SirVer/ultisnips'\n\tPlug 'honza/vim-snippets'\n\tPlug 'ervandew/supertab'\ncall plug#end()\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhoxer%2Fmy-vimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhoxer%2Fmy-vimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhoxer%2Fmy-vimrc/lists"}