{"id":17674418,"url":"https://github.com/bernoussama/init.lua","last_synced_at":"2026-02-05T05:34:44.227Z","repository":{"id":191518246,"uuid":"684823233","full_name":"bernoussama/init.lua","owner":"bernoussama","description":"Neovim config","archived":false,"fork":false,"pushed_at":"2024-08-16T14:46:16.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-26T07:37:04.836Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bernoussama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-08-29T23:39:19.000Z","updated_at":"2024-08-16T14:46:19.000Z","dependencies_parsed_at":"2023-08-30T08:43:53.670Z","dependency_job_id":"b9df0b0f-98ac-4ffc-b07d-407b3c761a36","html_url":"https://github.com/bernoussama/init.lua","commit_stats":null,"previous_names":["0ussamabernou/init.lua","bernoussama/init.lua"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bernoussama/init.lua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernoussama%2Finit.lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernoussama%2Finit.lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernoussama%2Finit.lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernoussama%2Finit.lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bernoussama","download_url":"https://codeload.github.com/bernoussama/init.lua/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernoussama%2Finit.lua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29113721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: 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":[],"created_at":"2024-10-24T07:07:00.623Z","updated_at":"2026-02-05T05:34:44.213Z","avatar_url":"https://github.com/bernoussama.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kickstart.nvim\n\nhttps://github.com/kdheepak/kickstart.nvim/assets/1813121/f3ff9a2b-c31f-44df-a4fa-8a0d7b17cf7b\n\n### Introduction\n\nA starting point for Neovim that is:\n\n* Small\n* Single-file (with examples of moving to multi-file)\n* Documented\n* Modular\n\nThis repo is meant to be used by **YOU** to begin your Neovim journey; remove the things you don't use and add what you miss.\n\nKickstart.nvim targets *only* the latest ['stable'](https://github.com/neovim/neovim/releases/tag/stable) and latest ['nightly'](https://github.com/neovim/neovim/releases/tag/nightly) of Neovim. If you are experiencing issues, please make sure you have the latest versions.\n\nDistribution Alternatives:\n- [LazyVim](https://www.lazyvim.org/): A delightful distribution maintained by @folke (the author of lazy.nvim, the package manager used here)\n\n### Installation\n\n* Backup your previous configuration (if any exists)\n\n### Archive Installation\n* On the home/landing page for the project find the blue \"\u003c\u003e CODE\" button click it and select Local \u003e Download ZIP.\n* Extract the archive to:\n  `~/.config/nvim` (Linux)\n  `~/.config/nvim` (MacOS)\n  `%userprofile%\\AppData\\Local\\nvim\\` (Windows)\n* Ensure your extraction method did not extract with a parent folder. For example in ~/.config/nvim you should have init.lua not another folder called kickstart.nvim.\n\n### Git Clone Installation\n* From a terminal cd/dir to:\n    `~/.config/nvim` (Linux)\n    `~/.config/nvim` (MacOS)\n    `%userprofile%\\AppData\\Local\\nvim\\` (Windows)\n\n* Run: `git clone https://github.com/nvim-lua/kickstart.nvim.git ~/.config/nvim` OR: `gh repo clone nvim-lua/kickstart.nvim`\n* Run Neovim (from terminal or shortcut) and allow lazy.nvim to download files and set up the basics.\n* Once the setup is complete, restart Neovim.\n* **You're ready to go!**\n\n* (Recommended/Optional) Fork this repo (so that you have your own copy that you can modify).\n* Clone the kickstart repo into `$HOME/.config/nvim/` (Linux/Mac) or `%userprofile%\\AppData\\Local\\nvim\\` (Windows)\n  * If you don't want to include it as a git repo, you can just clone it and then move the files to this location\n\nAdditional system requirements:\n- Make sure to review the readmes of the plugins if you are experiencing errors. In particular:\n  - [ripgrep](https://github.com/BurntSushi/ripgrep#installation) is required for multiple [telescope](https://github.com/nvim-telescope/telescope.nvim#suggested-dependencies) pickers.\n- See [Windows Installation](#Windows-Installation) if you have trouble with `telescope-fzf-native`\n\n### Configuration And Extension\n\n* Inside of your copy, feel free to modify any file you like! It's your copy!\n* Feel free to change any of the default options in `init.lua` to better suit your needs.\n* For adding plugins, there are 3 primary options:\n  * Add new configuration in `lua/custom/plugins/*` files, which will be auto sourced using `lazy.nvim` (uncomment the line importing the `custom/plugins` directory in the `init.lua` file to enable this)\n  * Modify `init.lua` with additional plugins.\n  * Include the `lua/kickstart/plugins/*` files in your configuration.\n\nYou can also merge updates/changes from the repo back into your fork, to keep up-to-date with any changes for the default configuration.\n\n#### Example: Adding an autopairs plugin\n\nIn the file: `lua/custom/plugins/autopairs.lua`, add:\n\n```lua\n-- File: lua/custom/plugins/autopairs.lua\n\nreturn {\n  \"windwp/nvim-autopairs\",\n  -- Optional dependency\n  dependencies = { 'hrsh7th/nvim-cmp' },\n  config = function()\n    require(\"nvim-autopairs\").setup {}\n    -- If you want to automatically add `(` after selecting a function or method\n    local cmp_autopairs = require('nvim-autopairs.completion.cmp')\n    local cmp = require('cmp')\n    cmp.event:on(\n      'confirm_done',\n      cmp_autopairs.on_confirm_done()\n    )\n  end,\n}\n```\n\n\nThis will automatically install [windwp/nvim-autopairs](https://github.com/windwp/nvim-autopairs) and enable it on startup. For more information, see documentation for [lazy.nvim](https://github.com/folke/lazy.nvim).\n\n#### Example: Adding a file tree plugin\n\nIn the file: `lua/custom/plugins/filetree.lua`, add:\n\n```lua\n-- Unless you are still migrating, remove the deprecated commands from v1.x\nvim.cmd([[ let g:neo_tree_remove_legacy_commands = 1 ]])\n\nreturn {\n  \"nvim-neo-tree/neo-tree.nvim\",\n  version = \"*\",\n  dependencies = {\n    \"nvim-lua/plenary.nvim\",\n    \"nvim-tree/nvim-web-devicons\", -- not strictly required, but recommended\n    \"MunifTanjim/nui.nvim\",\n  },\n  config = function ()\n    require('neo-tree').setup {}\n  end,\n}\n```\n\nThis will install the tree plugin and add the command `:Neotree` for you. You can explore the documentation at [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim) for more information.\n\n### Contribution\n\nPull-requests are welcome. The goal of this repo is not to create a Neovim configuration framework, but to offer a starting template that shows, by example, available features in Neovim. Some things that will not be included:\n\n* Custom language server configuration (null-ls templates)\n* Theming beyond a default colorscheme necessary for LSP highlight groups\n\nEach PR, especially those which increase the line count, should have a description as to why the PR is necessary.\n\n### FAQ\n\n* What should I do if I already have a pre-existing neovim configuration?\n  * You should back it up, then delete all files associated with it.\n  * This includes your existing init.lua and the neovim files in `~/.local` which can be deleted with `rm -rf ~/.local/share/nvim/`\n  * You may also want to look at the [migration guide for lazy.nvim](https://github.com/folke/lazy.nvim#-migration-guide)\n* What if I want to \"uninstall\" this configuration:\n  * See [lazy.nvim uninstall](https://github.com/folke/lazy.nvim#-uninstalling) information\n* Are there any cool videos about this plugin?\n  * Current iteration of kickstart (coming soon)\n  * Here is one about the previous iteration of kickstart: [video introduction to Kickstart.nvim](https://youtu.be/stqUbv-5u2s). Note the install via init.lua no longer works as specified. Please follow the install instructions in this file instead as they're up to date.\n\n### Windows Installation\n\nInstallation may require installing build tools, and updating the run command for `telescope-fzf-native`\n\nSee `telescope-fzf-native` documentation for [more details](https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation)\n\nThis requires:\n\n- Install CMake, and the Microsoft C++ Build Tools on Windows\n\n```lua\n{'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release \u0026\u0026 cmake --build build --config Release \u0026\u0026 cmake --install build --prefix build' }\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernoussama%2Finit.lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbernoussama%2Finit.lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernoussama%2Finit.lua/lists"}