{"id":17539893,"url":"https://github.com/johannfh/nvim","last_synced_at":"2025-03-29T04:29:06.472Z","repository":{"id":258516729,"uuid":"869570713","full_name":"johannfh/nvim","owner":"johannfh","description":"My neovim config https://neovim.io/","archived":false,"fork":false,"pushed_at":"2025-01-22T20:05:27.000Z","size":58,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T21:18:35.248Z","etag":null,"topics":["config","dotfiles","neovim","neovim-config","nvim","nvim-config"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/johannfh.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":"2024-10-08T14:14:49.000Z","updated_at":"2025-01-22T20:05:31.000Z","dependencies_parsed_at":"2025-01-22T21:28:40.042Z","dependency_job_id":null,"html_url":"https://github.com/johannfh/nvim","commit_stats":null,"previous_names":["johannfh/nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johannfh%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johannfh%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johannfh%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johannfh%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johannfh","download_url":"https://codeload.github.com/johannfh/nvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236955342,"owners_count":19231636,"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":["config","dotfiles","neovim","neovim-config","nvim","nvim-config"],"created_at":"2024-10-20T22:06:02.784Z","updated_at":"2025-02-03T14:18:01.004Z","avatar_url":"https://github.com/johannfh.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim config\n\nThose are my Neovim dotfiles. 99% of `Issues` will be ignored.\n\n## Install Neovim\n\n```sh\nsudo pacman -S neovim\n```\n\n## Dependencies\n\n### Required\n\n*Essential dependencies* for running this config.\n\n- **Git**\n    ```sh\n    sudo pacman -S git\n    ```\n- **Lua v5.1**\n    ```sh\n    sudo pacman -S lua51\n    ```\n- **LuaJIT**\n    ```sh\n    sudo pacman -S luajit\n    ```\n- **Luarocks**\n    ```sh\n    sudo pacman -S luarocks\n    ```\n\n### Recommended\n\n*Highly recommended dependencies* generally **performance** related tools.\n\n- **Treesitter**\n    ```sh\n    sudo pacman -S tree-sitter-cli\n    ```\n- **Ripgrep** (faster `grep`):\n    ```sh\n    sudo pacman -S ripgrep\n    ```\n\n### Optional\n\n*Optional dependencies* usually for the respective **Language Servers**.\n\n- **(NodeJS)[https://nodejs.org/]** (Optional) via (Node Version Manager (NVM))[https://github.com/nvm-sh/nvm]:\n    ```sh\n    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash\n    # or\n    wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash\n    ```\n- **(Go - Golang CLI)[https://go.dev/dl/]** (Optional - for gopls):\n    ```sh\n    sudo pacman -S go\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohannfh%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohannfh%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohannfh%2Fnvim/lists"}