{"id":23665867,"url":"https://github.com/alfonsog-dev/nvim","last_synced_at":"2025-10-06T21:48:40.520Z","repository":{"id":181917768,"uuid":"667660491","full_name":"AlfonsoG-dev/nvim","owner":"AlfonsoG-dev","description":"My personal nvim setup","archived":false,"fork":false,"pushed_at":"2025-06-11T17:29:19.000Z","size":151,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T19:11:05.807Z","etag":null,"topics":["config","dotfiles-resources","nvim-configs"],"latest_commit_sha":null,"homepage":"","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":"2023-07-18T03:01:37.000Z","updated_at":"2025-06-11T17:29:24.000Z","dependencies_parsed_at":"2023-10-04T05:03:20.034Z","dependency_job_id":"7ed20a59-2416-4a98-9e57-1947043021dd","html_url":"https://github.com/AlfonsoG-dev/nvim","commit_stats":null,"previous_names":["alfonsog-dev/nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlfonsoG-dev/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlfonsoG-dev","download_url":"https://codeload.github.com/AlfonsoG-dev/nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsoG-dev%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278686637,"owners_count":26028325,"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-06T02:00:05.630Z","response_time":65,"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":["config","dotfiles-resources","nvim-configs"],"created_at":"2024-12-29T06:18:25.297Z","updated_at":"2025-10-06T21:48:40.499Z","avatar_url":"https://github.com/AlfonsoG-dev.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My neovim config for windows \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\n---\n\n# Dependencies \n\u003e- [vim-plug](https://github.com/junegunn/vim-plug)\n\u003e- [powershell](https://www.microsoft.com/store/productid/9MZ1SNWT0N5D?ocid=pdpshare)\n\u003e- [chocolatey](https://chocolatey.org/install)\n\u003e- [git](https://git-scm.com/download/win)\n\u003e- [nodejs](https://nodejs.org/en)\n\u003e- [python](https://www.python.org/downloads/)\n\u003e- [java SE-17](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)\n\u003e- [go-language](https://go.dev)\n\u003e- [mysql](https://dev.mysql.com/downloads/mysql/)\n\u003e- [c-# dotnet](https://dotnet.microsoft.com/en-us/download)\n\u003e- [nerd-fonts](https://www.nerdfonts.com)\n\u003e- [MinGW](https://www.mingw-w64.org)\n\n---\n\n## Other dependencies for windows\n\u003e- neovim: `choco install neovim`\n\u003e- ripgrep: `choco install ripgrep`\n\u003e- fd: `choco install fd`\n\u003e- gnu-sed: `choco install sed`\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-powershell coc-sh coc-go coc-restclient coc-clangd\n```\n\u003e- add lua for in linux\n```shell\nCocInstall coc-lua\n```\n\n## Config vim-figitive for git workflow\n\u003e- [vim-fugitive](https://github.com/tpope/vim-fugitive)\n## Config coc-powershell for terminal integration\n\u003e- download powershell: `winget search Microsoft.PowerShell` or from windows shop\n\u003e\u003e- if powershell execution is on path use: `pwsh.exe`\n\u003e\u003e- if powershell execution is not on windows path use: `C:\\Users\\miUser\\AppData\\Local\\Microsoft\\WindowsApps\\Microsoft.PowerShell_8wekyb3d8bbwe\\pwsh.exe`\n\u003e- or use the path to the executable.\n\n## Change coc configuration \n\n\u003e- Java: set up the java path environment variable.\n\u003e\u003e- open coc configuration using: `nvim ~/AppData/Local/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: `C:/ProgramData/Java/jdk17` 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 ~/AppData/Local/nvim/coc-settings.json`\n\u003e\u003e- set up the python path variable for *htmldjango*: `htmldjango.builtin.pythonPath`\n\u003e\u003e- change the python path to the environment variable: `C:/Python311/python.exe` or use the path to the python installation.\n\n\u003e- NodeJS: set up the node path environment variable.\n\u003e\u003e- open coc configuration using: `nvim ~/AppData/Local/nvim/coc-settings.json`\n\u003e\u003e- change the node path to the environment variable: `C:/Program Files/nodejs` or use the path to the node installation.\n\n\u003e- clangd: set up the clang lenguage server: use `CocCommand clangd.install`\n\u003e- on windows you need MinGW\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","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falfonsog-dev%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfonsog-dev%2Fnvim/lists"}