{"id":23665870,"url":"https://github.com/alfonsog-dev/nvim_linux","last_synced_at":"2025-10-10T02:08:36.443Z","repository":{"id":260965006,"uuid":"849612131","full_name":"AlfonsoG-dev/nvim_linux","owner":"AlfonsoG-dev","description":"this is my configuration for nvim on linux","archived":false,"fork":false,"pushed_at":"2025-06-11T21:10:51.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T22:33:25.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlfonsoG-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-08-29T23:10:05.000Z","updated_at":"2025-06-11T21:10:55.000Z","dependencies_parsed_at":"2024-12-21T20:29:27.976Z","dependency_job_id":"94b3e68f-ff40-4c0e-9a2b-a2dc579f03c9","html_url":"https://github.com/AlfonsoG-dev/nvim_linux","commit_stats":null,"previous_names":["alfonsog-dev/nvim_linux"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlfonsoG-dev/nvim_linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2Fnvim_linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2Fnvim_linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2Fnvim_linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2Fnvim_linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlfonsoG-dev","download_url":"https://codeload.github.com/AlfonsoG-dev/nvim_linux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2Fnvim_linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002527,"owners_count":26083399,"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":[],"created_at":"2024-12-29T06:18:25.429Z","updated_at":"2025-10-10T02:08:36.436Z","avatar_url":"https://github.com/AlfonsoG-dev.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My neovim config for linux \n- this is my first neovim setup base on videos and other repositories.\n- I'm currently using this setup to work on coding wile learning about vim motions.\n- Currently using this only for JAVA and C delepment.\n\n---\n\n# Dependencies \n\n\u003e- [vim-plug](https://github.com/junegunn/vim-plug)\n\u003e- [git](https://git-scm.com/download/linux)\n\u003e- [nodejs](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04)\n\u003e- [python](https://discuss.python.org/t/install-python-3-11-9-on-ubuntu/51093)\n\u003e- [java SE-17](https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-22-04)\n\u003e- [go-language](https://go.dev/wiki/Ubuntu)\n\u003e- [mysql](https://www.google.com/url?sa=t\u0026rct=j\u0026q=\u0026esrc=s\u0026source=web\u0026cd=\u0026ved=2ahUKEwiX98jwqJuIAxUeRzABHe8eKJoQFnoECBkQAQ\u0026url=https%3A%2F%2Fwww.digitalocean.com%2Fcommunity%2Ftutorials%2Fhow-to-install-mysql-on-ubuntu-20-04\u0026usg=AOvVaw2Ssfe7KMHb7SIQRGdq56XG\u0026opi=89978449)\n\u003e- [nerd-fonts](https://www.nerdfonts.com)\n\n---\n\n## Other dependencies\n\u003e- neovim: `sudo apt-get install neovim`\n\u003e- ripgrep: `sudo apt-get install ripgrep`\n\u003e- clang: `sudo apt-get clang-18`\n\u003e- gcc: `sudo apt-get install gcc`\n\n---\n\n# Installation \n\u003e- clone the repository inside *\"~/.config/\"* folder.\n\u003e- a new folder is created called *\"nvim\"*.\n\u003e- enter the folder using: `cd .\\nvim`\n\u003e- inside of \"nvim\" folder create another folder called: `mkdir plugged`\n\u003e- inside of \"nvim\" folder open with nvim the file `init.vim` or `nvim -p init.vim`\n\u003e- when inside of neovim use the command *\": PlugInstall\"* in order to install the plugins.\n\u003e- reload the editor and explore the config\n\n---\n\n# Configuration of coc completion for neovim\n\u003e- install coc packages for a variety of languages \n\u003e- in the command line use the following list of languages to install for code completion:\n```terminal\nCocInstall coc-java coc-pyright coc-json coc-tsserver coc-html coc-eslint coc-sql coc-git coc-css coc-vimlsp coc-lua coc-sh coc-go coc-restclient coc-clangd\n```\n\n## Change coc configuration \n\n\u003e- Java: set up the java path environment variable.\n\u003e\u003e- open coc configuration using: `nvim ~/.config/nvim/coc-settings.json`\n\u003e\u003e- set up the java run time for code completion: `java.configuration.runtimes`\n\u003e\u003e- Change the Java Path variable to: `/usr/lib/jvm/java-path` or use the path to the *jdk* installation.\n\n\u003e- Python: set up the python path environment variable.\n\u003e\u003e- open coc configuration using: `nvim ~/.config/nvim/coc-settings.json`\n\u003e\u003e- change the python path to the environment variable: `/usr/bin/python3` or use the path to the python installation.\n\n\u003e- clangd: set up the clang lenguage server: use `CocCommand clangd.install`\n\n---\n\n# Discalimer\n\u003e- this is my own setup and may have some errors, which is totally fine.\n\u003e- this neovim setup is for educational purposes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfonsog-dev%2Fnvim_linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falfonsog-dev%2Fnvim_linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfonsog-dev%2Fnvim_linux/lists"}