{"id":24827918,"url":"https://github.com/onjin/nvim","last_synced_at":"2025-06-10T19:09:47.494Z","repository":{"id":38362577,"uuid":"82162174","full_name":"onjin/nvim","owner":"onjin","description":"Simple and personal nvim (neovim) config for programming","archived":false,"fork":false,"pushed_at":"2024-04-08T09:42:45.000Z","size":1675,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-08T10:53:28.783Z","etag":null,"topics":["python","vim","vimrc"],"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/onjin.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}},"created_at":"2017-02-16T09:17:15.000Z","updated_at":"2024-04-14T19:40:42.095Z","dependencies_parsed_at":"2023-02-17T00:01:30.807Z","dependency_job_id":"5b29f816-5d40-4adf-84f9-3bca2d405e0b","html_url":"https://github.com/onjin/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/onjin%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onjin%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onjin%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onjin%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onjin","download_url":"https://codeload.github.com/onjin/nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236431073,"owners_count":19147684,"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":["python","vim","vimrc"],"created_at":"2025-01-30T22:23:33.719Z","updated_at":"2025-01-30T22:23:34.294Z","avatar_url":"https://github.com/onjin.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal `neovim` configuration.\n\nMostly used for DevOps and Python (web) development.\nblack\n#112233\n#000000\n#ff0000\n\nIn neovim help:\n```\n:help onjin\n```\n\n## Features\n\n- Plugins manager — https://github.com/folke/lazy.nvim\n- Support for `.editorconfig` — https://github.com/editorconfig/editorconfig-vim\n- Fuzzy search engine https://github.com/nvim-telescope/telescope.nvim\n- Intellisense engine https://github.com/neovim/nvim-lspconfig + https://github.com/williamboman/mason-lspconfig.nvim\n- AI support https://github.com/jcdickinson/codeium.nvim - free code assistance https://codeium.com/pricing (set .nvimrc.ini or vim.g.ai_enabled directly to enable)\n- Displays available keybindings in popup — https://github.com/folke/which-key.nvim\n\nFor a full list of plugins refer to https://github.com/onjin/.vim/blob/main/lua/plugins/\n\n## Local .nvimrc.ini config for global variables\n\nBy creating `.nvimrc.ini` file in your project folder you can set global variables.\n\n```dosini\n;enable AI codeium\nai_enabled = 1\n\n;enable autoformat on save\nautoformat_on_save_enabled = 1\n\n; set leader key\nmapleader = ' '\n```\n\n## Screenshots\n\nWhich key keybindings popup, just press `,` and wait for help\n\n![Screenshot](https://github.com/onjin/nvim/assets/44516/a689b08b-632d-47f9-ba14-a69afa84aac5)\n\nLSP support\n\n![Screenshot](https://github.com/onjin/nvim/assets/44516/00d7de32-539a-435f-8acd-c98a6b185d31)\n\nMarkdown live preview\n\n![Screenshot](https://github.com/onjin/nvim/assets/44516/0678cc18-c93d-483d-a1dd-5d7213190efe)\n\n## Install by `git`\n\nMake sure you move old `~/.vim` to f.i. `~/.vim.old` then you can go\n\n**Requirements**: some plugins require `rust` already installed (f.e. `blam`).\n\n```\ngit clone https://github.com/onjin/nvim ~/.config/nvim\n```\n\nPlugins should be installed at first run of editor. If not, then run `:Lazy` to do it manually.\n\n\nDiscover shortcuts:\n\n- `,` or `\u003cspace\u003e` to get help for leader keys from `which-key`\n\n## Requirements for python\n\n- pynvim\n\n```\npip install pynvim\n```\n\n## Nice to have\n\n- Nerd Icons - https://www.nerdfonts.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonjin%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonjin%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonjin%2Fnvim/lists"}