{"id":19725698,"url":"https://github.com/hardhackerlabs/oh-my-nvim","last_synced_at":"2025-04-05T07:04:03.333Z","repository":{"id":159270139,"uuid":"634519515","full_name":"hardhackerlabs/oh-my-nvim","owner":"hardhackerlabs","description":"A theme-driven, out-of-the-box modern configuration of neovim (HardHackerNvim)💎","archived":false,"fork":false,"pushed_at":"2024-06-23T09:59:07.000Z","size":19784,"stargazers_count":490,"open_issues_count":7,"forks_count":37,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-29T06:04:02.119Z","etag":null,"topics":["hardhacker","neovim","nvim","nvim-configs","nvim-plugin","vim"],"latest_commit_sha":null,"homepage":"https://hardhacker.com","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hardhackerlabs.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}},"created_at":"2023-04-30T11:53:31.000Z","updated_at":"2025-03-27T23:33:46.000Z","dependencies_parsed_at":"2024-06-23T10:49:39.264Z","dependency_job_id":null,"html_url":"https://github.com/hardhackerlabs/oh-my-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/hardhackerlabs%2Foh-my-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardhackerlabs%2Foh-my-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardhackerlabs%2Foh-my-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardhackerlabs%2Foh-my-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardhackerlabs","download_url":"https://codeload.github.com/hardhackerlabs/oh-my-nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299831,"owners_count":20916190,"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":["hardhacker","neovim","nvim","nvim-configs","nvim-plugin","vim"],"created_at":"2024-11-11T23:32:40.440Z","updated_at":"2025-04-05T07:04:03.308Z","avatar_url":"https://github.com/hardhackerlabs.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"180\" src=\"https://github.com/hardhackerlabs/themes/raw/master/media/logo/logo.png\" alt=\"HardHacker\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n    oh-my-nvim\u003cbr/\u003e\n  \u003ca href=\"https://discord.com/invite/MGmp9QjfkK\"\u003e\n    \u003cimg src=\"https://img.shields.io/discord/1095552215944527962?style=for-the-badge\u0026logo=discord\u0026color=e965a5\u0026logoColor=eee9fc\u0026labelColor=282433\"/\u003e\n  \u003c/a\u003e\n\u003c/h1\u003e\n\nA **theme-driven**, out-of-the-box modern configuration of neovim 💎\n\nWe developed a theme called [HardHacker](https://github.com/hardhackerlabs/themes), which we thought was pretty and eye friendly,\nbut we found that many neovim plugins have their own color scheme,\nso we made a neovim integration environment that matches the hardhacker theme.\n\n## 📦 Features\n\n- Session load and switch\n- File explorer\n- File find and search\n- Terminal\n- LSP\n- Pretty Code highlighting, Colors highlighting\n- Auto completion\n- Languages\n- Git integration\n- Git diff view\n- Pretty Tabline, Statusline, Winbar, Outline\n- Starting screen\n- Quick resize the window\n- Zen mode\n- Markdown Preview via your browser\n- ...\n\n## 🎆 Preview\n\n![](./docs/images/start-screen.png)\n![](./docs/images/autocmp.png)\n![](./docs/images/float-term.png)\n![](./docs/images/find.png)\n![](./docs/images/color-highlight.png)\n\n## 📌 Requirements\n\n- Neovim 0.8+\n- Not required, but recommended\n  - [nerd font](https://www.nerdfonts.com/font-downloads)\n    - Victor Mono Nerd Font\n    - JetBrainsMono Nerd Font\n    - ...\n  - [ripgrep](https://github.com/BurntSushi/ripgrep)\n  - [fd](https://github.com/sharkdp/fd)\n\n## 🚧 Install\n\n#### MacOS/Linux\n\n0️⃣ **Backup your current nvim**\n\n```\nmv ~/.config/nvim       ~/.config/nvim.bak\nmv ~/.local/share/nvim  ~/.local/share/nvim.bak\n```\n\n1️⃣ **Clone oh-my-nvim repo**\n\n```\ngit clone https://github.com/hardhackerlabs/oh-my-nvim.git ~/.config/nvim\n```\n\n2️⃣ **Start `nvim` in your terminal, then automatically install and setup all plugins**\n\n3️⃣ **Restart `nvim` and enjoy it** 🍻\n\n4️⃣ **Keep updated**\n\n## ⌛️ Update\n\nYou should keep updated, it's great.\n\nYou can use `git pull` to update it. If you've edited something, you may need to merge the content manually, just like a normal git operation.\n\n## 🧱 Languages\n\n#### Install LSP Server\n\nUse command `:LspInstall` to download and install a server, e.g. `:LspInstall rust_analyzer`.\n\n#### Install TreeSitter Parser\n\nUse command `:TSInstall` to download and install a parser, e.g. `:TSInstall rust`.\n\n## 🏠 Custom\n\n#### 🔍 Configuration structure\n\n```\n~/.config/nvim/\n├── init.lua\n├── lazy-lock.json\n└── lua/\n    ├── plugins/\n    │   └── ...\n    ├── languages/\n    │   └── ...\n    ├── my_plugins/\n    │   └── ...\n    ├── basic.lua\n    ├── custom.lua\n    ├── custom_keys.lua\n    ├── custom_opts.lua\n    └── settings.lua\n```\n\n- ~/.config/nvim/lua/**my_plugins/**\n\n  You can put the plugins you want into the directory.\n\n- ~/.config/nvim/lua/**custom.lua**\n\n  This file does not exist by default, you can create this file, then place some custom configuration logic, the custom.lua module will be loaded last.\n\n#### ⌨️ Shortcut Keys\n\n[👉 View the default shortcut settings](https://github.com/hardhackerlabs/oh-my-nvim/blob/main/lua/custom_keys.lua)\n\nYou can edit the default settings of the shortcut keys in this configuration file (`~/.config/nvim/lua/custom_keys.lua`).\n\n#### 😍 Add the plugins you want\n\nIf you want to add your own plugins, you can create a `plugin_name.lua` file in the directory `~/.config/nvim/lua/my_plugins`. Setup the plugins in this file.\n\nThe plugin configuration in the `plugin_name.lua` file refers to the following template (lazy.nvim syntax):\n\n```\nreturn {\n    -- Your Plugin1\n    {\n        'hardhacker/plugin1',\n        config = function() ... end\n    },\n\n    -- Your Plugin2\n    {'hardhacker/plugin2'},\n}\n```\n\n#### 💯 Recommended plugins\n\nSome useful plugins are configured by default in the directory `~/.config/nvim/misc/recommended`,\nbut they are not loaded into neovim by default ,\nso if you need them, you can copy them into the directory `~/.config/nvim/lua/my_plugins/`.\n\nExample:\n\n```\ncp ~/.config/nvim/misc/recommended/markdown.lua ~/.config/nvim/lua/my_plugins/\n```\n\n## 🧩 Plugins\n\n[👉 View all plugins integrated](./docs/plugins.md)\n\nUse **lazy.nvim** to manage plugins.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardhackerlabs%2Foh-my-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardhackerlabs%2Foh-my-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardhackerlabs%2Foh-my-nvim/lists"}