{"id":26269625,"url":"https://github.com/alessandro-salerno/nvimconf2","last_synced_at":"2026-04-28T14:33:25.197Z","repository":{"id":281165879,"uuid":"944191331","full_name":"Alessandro-Salerno/nvimconf2","owner":"Alessandro-Salerno","description":"My (hopefully definitive) new Neovim config","archived":false,"fork":false,"pushed_at":"2025-04-06T14:38:11.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T14:36:31.189Z","etag":null,"topics":["accessibility","config","configuration","customization","neovim","neovim-config","neovim-configuration","nvim","nvim-config","nvim-configs","productivity","ricing","vim","vim-config"],"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/Alessandro-Salerno.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-06T23:52:11.000Z","updated_at":"2025-12-05T17:20:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"13851044-fb43-4173-9d03-79010bffb4b1","html_url":"https://github.com/Alessandro-Salerno/nvimconf2","commit_stats":null,"previous_names":["alessandro-salerno/nvimconf2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Alessandro-Salerno/nvimconf2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alessandro-Salerno%2Fnvimconf2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alessandro-Salerno%2Fnvimconf2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alessandro-Salerno%2Fnvimconf2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alessandro-Salerno%2Fnvimconf2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alessandro-Salerno","download_url":"https://codeload.github.com/Alessandro-Salerno/nvimconf2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alessandro-Salerno%2Fnvimconf2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32385107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["accessibility","config","configuration","customization","neovim","neovim-config","neovim-configuration","nvim","nvim-config","nvim-configs","productivity","ricing","vim","vim-config"],"created_at":"2025-03-14T05:15:28.399Z","updated_at":"2026-04-28T14:33:25.190Z","avatar_url":"https://github.com/Alessandro-Salerno.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Neovim Configuration\nThis repository contains my current Neovim configuration files.\n\n## Plugins\n- [Packer](https://github.com/wbthomason/packer.nvim) package manager (discontinued but works like a charm for now)\n- [Telescope](https://github.com/nvim-telescope/telescope.nvim)\n- [Catpuccin](https://github.com/catppuccin/nvim)\n- [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n- [Undotree](https://github.com/mbbill/undotree)\n- [lspconfig](https://github.com/neovim/nvim-lspconfig)\n- [cmp](https://github.com/hrsh7th/nvim-cmp)\n- [cmp-nvim-lsp](https://github.com/hrsh7th/cmp-nvim-lsp)\n- [Mason](https://github.com/williamboman/mason.nvim)\n- [mason-lspconfig](https://github.com/williamboman/mason-lspconfig.nvim)\n- [LuaSnip](https://github.com/L3MON4D3/LuaSnip)\n- [none-ls](https://github.com/nvimtools/none-ls.nvim)\n- [autoclose](https://github.com/m4xshen/autoclose.nvim)\n\n### Mason plugins\n- clang-format\n- lua-ls\n- rust-analyzer\n- clangd\n- jdtls\n\n### Treesitter parsers\n- C\n- Java\n- Lua\n- Vimscript\n- Vimdoc\n- Query\n- Markdown\n- Inline markdown\n- Bash\n\n## Requirements\nThe only dependency required by this config is `pakcer` itself, you can install it using:\n```\ngit clone --depth 1 https://github.com/wbthomason/packer.nvim\\\n ~/.local/share/nvim/site/pack/packer/start/packer.nvim\n```\nHowever, the various plugins may have requirements of their own!\n\n## Installation\nTo install this config, jsut run:\n```\ngit clone https://github.com/Alessandro-Salerno/nvimconf2 ~/.config/nvim \u0026\u0026 nvim\n```\n\n## Customization\nCurrently, this config allows quite a small degree of customization without changing files in [lua/alevm](lua/alevm). However, some small tweaks can be made via the [lua/user/init.lua](lua/user/init.lua) file.\n\n### Theming\nBy default, this configuration makes use of the Catpuccin theme, however I added a kind of \"API\" to change or add other themes. You can add themes by placing their configuration in [lua/alevm/themes/](lua/alevm/themes) and then editing the `theme` section of [lua/user/init.lua](lua/user/init.lua):\n```lua\n// ...\ntheme = {\n    path = \"alevm.themes.catpuccin\",\n    -- This is theme-specific. Look inside the theme's lua file for all\n    -- the availabel options\n    opts = {\n        flavour = \"auto\",\n        line_num_color = \"white\",\n        line_color = \"#3E3E4F\"\n    }\n},\n\n// ...\n```\nThemes added in the above-mentioned directory can make use of contents in the `opt` section by requiring the `user` package. Themes are also responsible for setting the color scheme:\n```lua\nlocal user = require(\"user\")\n\nrequire(\"catppuccin\").setup({\n    flavour = user.theme.opts.flavour, -- latte, frappe, macchiato, mocha\n    // ...\n}\n\nvim.cmd.colorscheme \"catppuccin\"\n```\n\n## License\nThe bundle and the code I wrote are distributed under the MIT icense. See [LICENSE](LICENSE) for details. However, some scripts (e.g., themes, etc.) may be taken from other sources and, as such, may be distributed under different license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falessandro-salerno%2Fnvimconf2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falessandro-salerno%2Fnvimconf2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falessandro-salerno%2Fnvimconf2/lists"}