{"id":22646657,"url":"https://github.com/KrutoiMag/neovim","last_synced_at":"2025-10-18T18:30:47.451Z","repository":{"id":259047408,"uuid":"871752245","full_name":"HotWizard/neovim","owner":"HotWizard","description":"My neovim configuration","archived":false,"fork":false,"pushed_at":"2024-10-30T10:51:04.000Z","size":3637,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-09T07:30:29.424Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HotWizard.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-12T20:46:13.000Z","updated_at":"2024-10-30T10:51:08.000Z","dependencies_parsed_at":"2024-12-09T07:39:36.379Z","dependency_job_id":null,"html_url":"https://github.com/HotWizard/neovim","commit_stats":null,"previous_names":["hotwizard/neovim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HotWizard%2Fneovim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HotWizard%2Fneovim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HotWizard%2Fneovim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HotWizard%2Fneovim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HotWizard","download_url":"https://codeload.github.com/HotWizard/neovim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237000668,"owners_count":19238965,"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-12-09T07:26:07.196Z","updated_at":"2025-10-18T18:30:46.819Z","avatar_url":"https://github.com/HotWizard.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neovim\nMy own neovim configuration\n# Preview\n![Preview GIF](PREVIEW.png)\n### Plugins\n1. [lazy.nvim](https://github.com/folke/lazy.nvim)\n    \u003e 💤 A modern plugin manager for neovim\n2. [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)\n    \u003e A completion plugin for neovim coded in Lua.\n    1. [cmp-nvim-lsp](https://github.com/hrsh7th/cmp-nvim-lsp)\n        \u003e nvim-cmp source for neovim builtin LSP client\n    2. [cmp-buffer](https://github.com/hrsh7th/cmp-buffer)\n        \u003e nvim-cmp source for buffer words\n    3. [cmp-path](https://github.com/hrsh7th/cmp-path)\n        \u003e nvim-cmp source for path\n    4. [cmp-cmdline](https://github.com/hrsh7th/cmp-cmdline)\n        \u003e nvim-cmp source for vim's cmdline\n3. [bufferline.nvim](https://github.com/akinsho/bufferline.nvim)\n    \u003e A snazzy bufferline for Neovim\n4. [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)\n    \u003e A blazing fast and easy to configure neovim statusline plugin written in pure lua.\n5. [LuaSnip](https://github.com/L3MON4D3/LuaSnip)\n    \u003e Snippet Engine for Neovim written in Lua.\n6. [mini.nvim](https://github.com/echasnovski/mini.nvim)\n    \u003e Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort\n7. [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim)\n    \u003e Neovim plugin to manage the file system and other tree like structures.\n8. [noice.nvim](https://github.com/folke/noice.nvim)\n    \u003e 💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.\n9. [nui.nvim](https://github.com/MunifTanjim/nui.nvim)\n    \u003e UI Component Library for Neovim.\n10. [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)\n    \u003e Quickstart configs for Nvim LSP\n11. [nvim-notify](https://github.com/rcarriga/nvim-notify)\n    \u003e A fancy, configurable, notification manager for NeoVim\n12. [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n    \u003e Nvim Treesitter configurations and abstraction layer\n13. [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons)\n    \u003e lua `fork` of vim-web-devicons for neovim\n14. [plenary.nvim](https://github.com/nvim-lua/plenary.nvim)\n    \u003e plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.\n15. [neoformat](https://github.com/sbdchd/neoformat)\n    \u003e ✨ A (Neo)vim plugin for formatting code.\n16. [vscode.nvim](https://github.com/Mofiqul/vscode.nvim)\n    \u003e Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code\n17. [which-key.nvim](https://github.com/folke/which-key.nvim)\n    \u003e 💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.\n18. [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim)\n    \u003e markdown preview plugin for (neo)vim\n### Configuring language formatters\nTo configure language formatters you will need to navigate to the ```~/.local/share/nvim/lazy/neoformat/autoload/neoformat/formatters``` directory and then edit any configuration.\n### ⚠️ Warning ⚠️\n[```install.sh```](https://raw.githubusercontent.com/HotWizard/neovim/refs/heads/main/install.sh) script fully uninstalls Neovim from your machine!\n### Installing\n```sh\ngit clone https://github.com/HotWizard/neovim\ncd neovim \u0026\u0026 ./install.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKrutoiMag%2Fneovim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKrutoiMag%2Fneovim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKrutoiMag%2Fneovim/lists"}