{"id":23417419,"url":"https://github.com/0xhilsa/nvim-lua-config","last_synced_at":"2025-08-13T05:04:02.433Z","repository":{"id":232724538,"uuid":"784885492","full_name":"0xhilSa/nvim-lua-config","owner":"0xhilSa","description":"NeoVim configuration using LUA","archived":false,"fork":false,"pushed_at":"2024-10-19T17:11:55.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-15T15:19:38.280Z","etag":null,"topics":["lua","neovim","neovim-config"],"latest_commit_sha":null,"homepage":"","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/0xhilSa.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-04-10T18:51:05.000Z","updated_at":"2024-10-19T17:11:58.000Z","dependencies_parsed_at":"2024-10-19T16:34:33.880Z","dependency_job_id":"b2855c97-4229-40f0-9a7a-fdd063c27414","html_url":"https://github.com/0xhilSa/nvim-lua-config","commit_stats":null,"previous_names":["sahil-rajwar-2004/nvim-lua-config","0xhilsa/nvim-lua-config"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xhilSa%2Fnvim-lua-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xhilSa%2Fnvim-lua-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xhilSa%2Fnvim-lua-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xhilSa%2Fnvim-lua-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xhilSa","download_url":"https://codeload.github.com/0xhilSa/nvim-lua-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247998339,"owners_count":21030785,"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":["lua","neovim","neovim-config"],"created_at":"2024-12-22T23:18:11.057Z","updated_at":"2025-04-09T07:39:15.305Z","avatar_url":"https://github.com/0xhilSa.png","language":"Lua","readme":"# NeoVim Config with LUA\n\n### ***I mean pure LUA***\n\n\n## Notes you should take:\n* NeoVim version \u003e= 0.8 (mine is v0.10.1), I would recommend you to go for version 0.10.1 or above, click here 👉 [download](https://github.com/neovim/neovim/releases)\n* file structure matters\n* If you stuck read the documentation\n* you should know what you are doing\n\n\n## ***Installation***\n### Asumming that you already have NeoVim version \u003e= 0.8 or above\n1. you need to install `packer.nvim` (required) source 👉 [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim?tab=readme-ov-file#quickstart)\n    \n2. clone this repo\n\n    ```bash\n    git clone \"https://github.com/Sahil-Rajwar-2004/nvim-lua-config.git\" ~/.config/nvim\n    ```\n\n3. remove `.git` file\n\n    ```bash\n    rm -fr .git\n    ```\n\n4. navigate to your lua/core/packer.lua 👍\n    ```bash\n    nvim ~/.config/nvim/lua/core/packer.lua\n    ```\n\n5. use these commands to install `plugins`, `keymaps`, `colorschemes` and other configurations\n     \n     source the file\n     ```bash\n     :so\n     ```\n\n     install necessary configurations\n     ```bash\n     :PackerSync\n     ```\n\n6. reopen your neovim and everything should work fine  👍\n\n### plugins src:\n- [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim)\n- [ferdinandrau/lavish.nvim](https://github.com/ferdinandrau/lavish.nvim)\n- [rebelot/kanagawa.nvim](https://github.com/rebelot/kanagawa.nvim)\n- [ilof2/posterpole.nvim](https://github.com/ilof2/posterpole.nvim)\n- [vague2k/vague.nvim](https://github.com/vague2k/vague.nvim)\n- [navarasu/onedark.nvim](https://github.com/navarasu/onedark.nvim)\n- [nvim-lualine/lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)\n- [nvim-tree/nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons)\n- [nvim-lua/plenary.nvim](https://github.com/nvim-lua/plenary.nvim)\n- [OXY2DEV/markview.nvim](https://github.com/OXY2DEV/markview.nvim)\n- [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)\n- [williamboman/mason.nvim](https://github.com/williamboman/mason.nvim)\n- [williamboman/mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim)\n- [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)\n- [hrsh7th/nvim-cmp](https://github.com/hrsh7th/nvim-cmp)\n- [hrsh7th/cmp-nvim-lsp](https://github.com/hrsh7th/cmp-nvim-lsp)\n- [hrsh7th/cmp-buffer](https://github.com/hrsh7th/cmp-buffer)\n- [hrsh7th/cmp-path](https://github.com/hrsh7th/cmp-path)\n- [hrsh7th/cmp-cmdline](https://github.com/hrsh7th/cmp-cmdline)\n- [L3MON4D3/LuaSnip](https://github.com/L3MON4D3/LuaSnip)\n- [saadparwaiz1/cmp_luasnip](https://github.com/saadparwaiz1/cmp_luasnip)\n- [onsails/lspkind.nvim](https://github.com/onsails/lspkind.nvim)\n- [EdenEast/nightfox.nvim](https://github.com/EdenEast/nightfox.nvim)\n- [nyoom-engineering/oxocarbon.nvim](https://github.com/nyoom-engineering/oxocarbon.nvim)\n- [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n- [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)\n- [folke/zen-mode.nvim](https://github.com/folke/zen-mode.nvim)\n- [windwp/nvim-autopairs](https://github.com/windwp/nvim-autopairs)\n\nand many more\n\n### other resources:\n* [ThePrimeagen](https://www.youtube.com/watch?v=w7i4amO_zaE)\n* [r/neovim](https://www.reddit.com/r/neovim/)\n\nthere are many more plugins available in the market, search a bit, you'll find more plugins\nyou can show your some creativity while configuring your own neovim, its fun believe me\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xhilsa%2Fnvim-lua-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xhilsa%2Fnvim-lua-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xhilsa%2Fnvim-lua-config/lists"}