{"id":16567189,"url":"https://github.com/mezdelex/neovimconfig","last_synced_at":"2025-08-01T22:43:05.756Z","repository":{"id":66741129,"uuid":"579269788","full_name":"mezdelex/NeovimConfig","owner":"mezdelex","description":"Neovim Config","archived":false,"fork":false,"pushed_at":"2025-07-29T18:28:55.000Z","size":234,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-29T21:13:44.579Z","etag":null,"topics":["dotfiles","lua","neovim"],"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/mezdelex.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,"zenodo":null}},"created_at":"2022-12-17T05:51:18.000Z","updated_at":"2025-07-29T18:28:59.000Z","dependencies_parsed_at":"2023-09-29T08:02:42.531Z","dependency_job_id":"6f2e6bb9-917b-417d-9357-398f78f7b584","html_url":"https://github.com/mezdelex/NeovimConfig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mezdelex/NeovimConfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezdelex%2FNeovimConfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezdelex%2FNeovimConfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezdelex%2FNeovimConfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezdelex%2FNeovimConfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mezdelex","download_url":"https://codeload.github.com/mezdelex/NeovimConfig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mezdelex%2FNeovimConfig/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268308972,"owners_count":24230163,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dotfiles","lua","neovim"],"created_at":"2024-10-11T21:05:54.345Z","updated_at":"2025-08-01T22:43:05.729Z","avatar_url":"https://github.com/mezdelex.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim\n\n- OS: Windows 11\n- Terminal: Wezterm\n- Shell: PowerShell Core\n- Editor: Neovim\n\n## Setup\n\n- Install `neovim`, `fd`, `grpcurl`, `ripgrep` \u0026 `rustup` via `scoop install neovim fd grpcurl ripgrep rustup` @ PowerShell\n- Install `Desktop development with C++` package with `Visual Studio Build Tools` installer\n- Allow `cargo` SSL bypass with `setx CARGO_HTTP_CHECK_REVOKE false` @ PowerShell\n- Allow `curl` SSL bypass with `--ssl-no-revoke` inside `$HOME/_curlrc`\n- Set `codecompanion` adapter API key with `setx \u003cADAPTER\u003e_API_KEY \u003cAPI_KEY\u003e` @ PowerShell\n- Clone this repository `git clone https://github.com/mezdelex/NeovimConfig $HOME/AppData/Local/nvim`\n\n## Core\n\n|   Name   |                   Source                   |                                         Uri                                          |\n| :------: | :----------------------------------------: | :----------------------------------------------------------------------------------: |\n| autocmds |                    n/a                     | [autocmds](https://github.com/mezdelex/NeovimConfig/blob/main/lua/core/autocmds.lua) |\n| keymaps  |                    n/a                     |  [keymaps](https://github.com/mezdelex/NeovimConfig/blob/main/lua/core/keymaps.lua)  |\n|   lazy   | [repo](https://github.com/folke/lazy.nvim) |     [lazy](https://github.com/mezdelex/NeovimConfig/blob/main/lua/core/lazy.lua)     |\n| options  |                    n/a                     |  [options](https://github.com/mezdelex/NeovimConfig/blob/main/lua/core/options.lua)  |\n\n## Lsp\n\n| Name  |                  Source                  |                                       Uri                                       |\n| :---: | :--------------------------------------: | :-----------------------------------------------------------------------------: |\n| vtsls | [repo](https://github.com/yioneko/vtsls) | [vtsls](https://github.com/mezdelex/NeovimConfig/blob/main/after/lsp/vtsls.lua) |\n\n## Plugins\n\n|     Name      |                              Source                               |                                                Uri                                                |\n| :-----------: | :---------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------: |\n|   autopairs   |         [repo](https://github.com/windwp/nvim-autopairs)          |     [autopairs](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/autopairs.lua)     |\n|    autotag    |         [repo](https://github.com/windwp/nvim-ts-autotag)         |       [autotag](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/autotag.lua)       |\n|   blankline   |  [repo](https://github.com/lukas-reineke/indent-blankline.nvim)   |     [blankline](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/blankline.lua)     |\n|     blink     |            [repo](https://github.com/Saghen/blink.cmp)            |         [blink](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/blink.lua)         |\n|      bqf      |         [repo](https://github.com/kevinhwang91/nvim-bqf)          |           [bqf](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/bqf.lua)           |\n|  bufferline   |        [repo](https://github.com/akinsho/bufferline.nvim)         |    [bufferline](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/bufferline.lua)    |\n|  codeaction   |    [repo](https://github.com/rachartier/tiny-code-action.nvim)    |    [codeaction](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/codeaction.lua)    |\n| codecompanion |      [repo](https://github.com/olimorris/codecompanion.nvim)      | [codecompanion](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/codecompanion.lua) |\n|   colorizer   |      [repo](https://github.com/norcalli/nvim-colorizer.lua)       |     [colorizer](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/colorizer.lua)     |\n|      dap      |          [repo](https://github.com/rcarriga/nvim-dap-ui)          |           [dap](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/dap.lua)           |\n|   devicons    |      [repo](https://github.com/nvim-tree/nvim-web-devicons)       |      [devicons](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/devicons.lua)      |\n|  diagnostic   | [repo](https://github.com/rachartier/tiny-inline-diagnostic.nvim) |    [diagnostic](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/diagnostic.lua)    |\n|  everforest   |           [repo](https://github.com/sainnhe/everforest)           |    [everforest](https://github.com/mezdelex/NeovimConfig/blob/main/lua/plugins/everforest.lua)    |\n|   gitsigns    |        [repo](https://github.com/lewis6991/gitsigns.nvim)         |      [gitsigns](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/gitsigns.lua)      |\n|    kulala     |        [repo](https://github.com/mistweaverco/kulala.nvim)        |        [kulala](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/kulala.lua)        |\n|   lspconfig   |         [repo](https://github.com/neovim/nvim-lspconfig)          |     [lspconfig](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/lspconfig.lua)     |\n| lspsignature  |        [repo](https://github.com/ray-x/lsp_signature.nvim)        |  [lspsignature](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/lspsignature.lua)  |\n|    lualine    |       [repo](https://github.com/nvim-lualine/lualine.nvim)        |       [lualine](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/lualine.lua)       |\n|   markview    |         [repo](https://github.com/OXY2DEV/markview.nvim)          |      [markview](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/markview.lua)      |\n|    nonels     |         [repo](https://github.com/nvimtools/none-ls.nvim)         |        [nonels](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/nonels.lua)        |\n|      oil      |           [repo](https://github.com/stevearc/oil.nvim)            |           [oil](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/oil.lua)           |\n|   registers   |        [repo](https://github.com/tversteeg/registers.nvim)        |     [registers](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/registers.lua)     |\n|   telescope   |     [repo](https://github.com/nvim-telescope/telescope.nvim)      |     [telescope](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/telescope.lua)     |\n|  treesitter   |    [repo](https://github.com/nvim-treesitter/nvim-treesitter)     |    [treesitter](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/treesitter.lua)    |\n|   undotree    |            [repo](https://github.com/mbbill/undotree)             |      [undotree](https://github.com/mezdelex/NeovimConfig/tree/main/lua/plugins/undotree.lua)      |\n\n## Images\n\n![image](https://github.com/user-attachments/assets/3f59362b-5d91-4c20-a1fd-c880e8530fd2)\n![image](https://github.com/user-attachments/assets/010b7455-4c7f-4899-b118-4043938b2919)\n![image](https://github.com/user-attachments/assets/06cd4c6f-98af-4d18-84ef-a0e6fd34685d)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmezdelex%2Fneovimconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmezdelex%2Fneovimconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmezdelex%2Fneovimconfig/lists"}