{"id":31795829,"url":"https://github.com/arjuuuuunnnnn/nvim-config","last_synced_at":"2025-10-10T20:21:58.204Z","repository":{"id":232421779,"uuid":"784304134","full_name":"arjuuuuunnnnn/nvim-config","owner":"arjuuuuunnnnn","description":"neovim config using vim-plug as Plugin manager","archived":false,"fork":false,"pushed_at":"2024-06-25T15:30:23.000Z","size":790,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T20:21:56.610Z","etag":null,"topics":["linux","neovim","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/arjuuuuunnnnn.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-09T15:31:02.000Z","updated_at":"2024-07-11T07:13:04.000Z","dependencies_parsed_at":"2024-04-09T20:04:10.531Z","dependency_job_id":"cc79244c-b979-4ab7-bedd-4aa956355ddf","html_url":"https://github.com/arjuuuuunnnnn/nvim-config","commit_stats":null,"previous_names":["arjuuuuunnnnn/nvim-config-linux","arjuuuuunnnnn/nvim-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arjuuuuunnnnn/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuuuuunnnnn%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuuuuunnnnn%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuuuuunnnnn%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuuuuunnnnn%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arjuuuuunnnnn","download_url":"https://codeload.github.com/arjuuuuunnnnn/nvim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuuuuunnnnn%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005271,"owners_count":26083861,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["linux","neovim","vim"],"created_at":"2025-10-10T20:21:52.886Z","updated_at":"2025-10-10T20:21:58.191Z","avatar_url":"https://github.com/arjuuuuunnnnn.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"## My NVIM text editor config\n\n**NOTE**: using ```vim plug```\n\n![](image.png)\n\nCreate a file named `~/.config/nvim/init.vim`\n\u003cbr/\u003e\n\nThen run the below command to install vim-plugin manager\n\n```bash\ncurl -fLo ~/.var/app/io.neovim.nvim/data/nvim/site/autoload/plug.vim --create-dirs \\ \n\thttps://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n```\n\nNow open the file init.vim using `nvim`\n\u003cbr/\u003e\nAnd in the command mode\n```bash\n:PluginInstall\n```\n\nInstall required dependencies:\n\n```bash\nsudo apt-get install exuberant-ctags\nsudo apt-get install npm\nsudo apt-get install nodejs\nsudo apt-get install python3-pip\npip install jedi\n```\n\nNow find the `coc.vim` folder, which usually in `~/.config/nvim/plugged/coc.nvim` or `~/.local/share/nvim/plugged/coc.nvim`\n\n\u003cbr/\u003e\nGo to that directory\nthen\n\n```bash\nsudo npm install -g yarn\nyarn install\nyarn build\n```\n\n\u003cbr/\u003e\nto enable autocomplete for python, c, cpp, web-dev\nin the nvim's command mode\n\n```bash\n:CocInstall coc-python\n:CocInstall coc-json coc-tsserver coc-prettier coc-html coc-css\ncoc-eslint\n:CocInstall coc-clangd\n```\n\u003cbr/\u003e\nTo delete any Plugins, remove the Plugin from init.vim file and\n```bash\n:PlugClean\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjuuuuunnnnn%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farjuuuuunnnnn%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjuuuuunnnnn%2Fnvim-config/lists"}