{"id":21330660,"url":"https://github.com/twfksh/nvim","last_synced_at":"2025-03-16T00:41:04.229Z","repository":{"id":235895133,"uuid":"790882379","full_name":"twfksh/nvim","owner":"twfksh","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-17T08:09:33.000Z","size":79,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T13:40:19.083Z","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/twfksh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-04-23T17:45:21.000Z","updated_at":"2024-10-13T14:43:52.000Z","dependencies_parsed_at":"2024-07-17T10:03:19.167Z","dependency_job_id":null,"html_url":"https://github.com/twfksh/nvim","commit_stats":null,"previous_names":["toufiq7r/nvim","twfksh/nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twfksh%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twfksh%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twfksh%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twfksh%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twfksh","download_url":"https://codeload.github.com/twfksh/nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809844,"owners_count":20351406,"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":[],"created_at":"2024-11-21T22:23:36.518Z","updated_at":"2025-03-16T00:41:04.210Z","avatar_url":"https://github.com/twfksh.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nA Neovim configuration that is small and modular.\n\n## Installation\n\n### Install Neovim\n\nThis neovim configuration targets *only* the latest\n['stable'](https://github.com/neovim/neovim/releases/tag/stable) and latest\n['nightly'](https://github.com/neovim/neovim/releases/tag/nightly) of Neovim.\nIf you are experiencing issues, please make sure you have the latest versions.\n\n### Install External Dependencies\n\nExternal Requirements:\n- Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`)\n- [ripgrep](https://github.com/BurntSushi/ripgrep#installation)\n- A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons\n  - if you have it set `vim.g.have_nerd_font` in `init.lua` to true\n- Language Setup:\n  - If want to write Typescript, you need `npm`\n  - If want to write Golang, you will need `go`\n  - etc.\n\n### Install\n\n\u003e **NOTE**\n\u003e [Backup](#FAQ) your previous configuration (if any exists)\n\nNeovim's configurations are located under the following paths, depending on your OS:\n\n| OS | PATH |\n| :- | :--- |\n| Linux, MacOS | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |\n| Windows (cmd)| `%userprofile%\\AppData\\Local\\nvim\\` |\n| Windows (powershell)| `$env:USERPROFILE\\AppData\\Local\\nvim\\` |\n\n#### Clone nvim\n\n\u003cdetails\u003e\u003csummary\u003e Linux and Mac \u003c/summary\u003e\n\n```sh\ngit clone https://github.com/twfksh/nvim.git \"${XDG_CONFIG_HOME:-$HOME/.config}\"/nvim\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e Windows \u003c/summary\u003e\n\nIf you're using `cmd.exe`:\n\n```\ngit clone https://github.com/twfksh/nvim.git %userprofile%\\AppData\\Local\\nvim\\\n```\n\nIf you're using `powershell.exe`\n\n```\ngit clone https://github.com/twfksh/nvim.git $env:USERPROFILE\\AppData\\Local\\nvim\\\n```\n\n\u003c/details\u003e\n\n### Post Installation\n\nStart Neovim\n\n```sh\nnvim\n```\n\nThat's it! Lazy will install some plugin. Use `:Lazy` to view\ncurrent plugin status. Hit `q` to close the window.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwfksh%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwfksh%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwfksh%2Fnvim/lists"}