{"id":21847037,"url":"https://github.com/duyet/nvim","last_synced_at":"2025-04-14T13:33:08.666Z","repository":{"id":49517978,"uuid":"487067276","full_name":"duyet/nvim","owner":"duyet","description":"My nvim configuration","archived":false,"fork":false,"pushed_at":"2024-06-02T17:38:13.000Z","size":8320,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T02:45:26.779Z","etag":null,"topics":[],"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/duyet.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}},"created_at":"2022-04-29T18:04:16.000Z","updated_at":"2024-04-30T12:35:04.000Z","dependencies_parsed_at":"2023-01-22T00:00:15.549Z","dependency_job_id":null,"html_url":"https://github.com/duyet/nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duyet","download_url":"https://codeload.github.com/duyet/nvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248888877,"owners_count":21178118,"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-27T23:16:32.149Z","updated_at":"2025-04-14T13:33:08.622Z","avatar_url":"https://github.com/duyet.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# duyet's NeoVim Configuration\n\nThis is my personal configuration for NeoVim, including custom key bindings and plugins. It is designed to improve my productivity and workflow when working with code. Feel free to use it as a starting point for your own NeoVim configuration!\n\n![](.github/screenshot/screenshot_1.png)\n![](.github/screenshot/screenshot_2.png)\n![](.github/screenshot/screenshot_3.png)\n![](.github/screenshot/screenshot_4.png)\n![](.github/screenshot/screenshot_5.png)\n\n### Usage\n\nMake sure to backup your current `nvim` configuration by `mv ~/.config/nvim ~/.config/nvim.backup`.\n\nJust clone this repo to your `~/.config` directory. \n\n```bash\ngit clone https://github.com/duyet/nvim ~/.config/nvim\n```\n\n### Default bindings\n\nAll the bindings are located here: [./lua/user/keymaps.lua](./lua/user/keymaps.lua)\n\n### How to adding plugins \n\nAdding new plugins by adding to [./lua/user/plugins.lua](./lua/user/plugins.lua) \n\n```lua\n  ...\n  \n  -- Surround\n  use \"kylechui/nvim-surround\"\n\n  use({ 'kevinhwang91/nvim-ufo', requires = 'kevinhwang91/promise-async' })\n  use({ 'folke/trouble.nvim', requires = 'kyazdani42/nvim-web-devicons' })\n```\n\nFor plugin configuration, I recommended to add a separated file under ./lua/user/\n\n### References\n\n- \u003chttps://github.com/LunarVim/Neovim-from-scratch\u003e\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduyet%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2Fnvim/lists"}