{"id":20741244,"url":"https://github.com/jayanth-parthsarathy/nvim","last_synced_at":"2025-09-25T14:40:32.103Z","repository":{"id":196526516,"uuid":"696124588","full_name":"Jayanth-Parthsarathy/nvim","owner":"Jayanth-Parthsarathy","description":"Config files for neovim","archived":false,"fork":false,"pushed_at":"2023-10-01T10:04:06.000Z","size":67,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T01:45:35.442Z","etag":null,"topics":["dotfiles","gruvbox","lua","nvim","nvim-config","nvim-configs"],"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/Jayanth-Parthsarathy.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":"2023-09-25T06:19:54.000Z","updated_at":"2024-05-06T16:05:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"d47b321b-26af-4d11-9324-2b238cbaa57f","html_url":"https://github.com/Jayanth-Parthsarathy/nvim","commit_stats":null,"previous_names":["jayanth-parthsarathy/nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayanth-Parthsarathy%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayanth-Parthsarathy%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayanth-Parthsarathy%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayanth-Parthsarathy%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jayanth-Parthsarathy","download_url":"https://codeload.github.com/Jayanth-Parthsarathy/nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243030806,"owners_count":20224666,"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":["dotfiles","gruvbox","lua","nvim","nvim-config","nvim-configs"],"created_at":"2024-11-17T06:35:30.872Z","updated_at":"2025-09-25T14:40:27.079Z","avatar_url":"https://github.com/Jayanth-Parthsarathy.png","language":"Lua","readme":"# nvim\n## Screenshots 📸\n### Preview #1\n\u003cimg src=\"https://imgur.com/KCx2jEt.png\" /\u003e\n\n### Preview #2\n\u003cimg src=\"https://imgur.com/nyvTFLE.png\" /\u003e\n\n### Preview #3\n\u003cimg src=\"https://imgur.com/hmfRG0v.png\" /\u003e \n\n### Preview #4\n\u003cimg src=\"https://imgur.com/Rh1KhGR.png\" /\u003e \n\n### Stats\n\u003ca href=\"https://dotfyle.com/Jayanth-Parthsarathy/nvim\"\u003e\u003cimg src=\"https://dotfyle.com/Jayanth-Parthsarathy/nvim/badges/plugins?style=flat\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://dotfyle.com/Jayanth-Parthsarathy/nvim\"\u003e\u003cimg src=\"https://dotfyle.com/Jayanth-Parthsarathy/nvim/badges/leaderkey?style=flat\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://dotfyle.com/Jayanth-Parthsarathy/nvim\"\u003e\u003cimg src=\"https://dotfyle.com/Jayanth-Parthsarathy/nvim/badges/plugin-manager?style=flat\" /\u003e\u003c/a\u003e\n\n\n## Install Instructions\n\n \u003e Install requires Neovim 0.9+. Always review the code before installing a configuration.\n\nClone the repository and install the plugins:\n\n```sh\ngit clone git@github.com:Jayanth-Parthsarathy/nvim ~/.config/Jayanth-Parthsarathy/nvim\nNVIM_APPNAME=Jayanth-Parthsarathy/nvim/ nvim --headless +\"Lazy! sync\" +qa\n```\n\nOpen Neovim with this config:\n\n```sh\nNVIM_APPNAME=Jayanth-Parthsarathy/nvim/ nvim\n```\n\n## Plugins\n\n### colorscheme\n\n+ [luisiacc/gruvbox-baby](https://dotfyle.com/plugins/luisiacc/gruvbox-baby)\n### comment\n\n+ [numToStr/Comment.nvim](https://dotfyle.com/plugins/numToStr/Comment.nvim)\n+ [JoosepAlviste/nvim-ts-context-commentstring](https://dotfyle.com/plugins/JoosepAlviste/nvim-ts-context-commentstring)\n### completion\n\n+ [hrsh7th/nvim-cmp](https://dotfyle.com/plugins/hrsh7th/nvim-cmp)\n### debugging\n\n+ [rcarriga/nvim-dap-ui](https://dotfyle.com/plugins/rcarriga/nvim-dap-ui)\n+ [mfussenegger/nvim-dap](https://dotfyle.com/plugins/mfussenegger/nvim-dap)\n### editing-support\n\n+ [folke/zen-mode.nvim](https://dotfyle.com/plugins/folke/zen-mode.nvim)\n+ [windwp/nvim-autopairs](https://dotfyle.com/plugins/windwp/nvim-autopairs)\n### fuzzy-finder\n\n+ [nvim-telescope/telescope.nvim](https://dotfyle.com/plugins/nvim-telescope/telescope.nvim)\n### git\n\n+ [lewis6991/gitsigns.nvim](https://dotfyle.com/plugins/lewis6991/gitsigns.nvim)\n### indent\n\n+ [echasnovski/mini.indentscope](https://dotfyle.com/plugins/echasnovski/mini.indentscope)\n+ [lukas-reineke/indent-blankline.nvim](https://dotfyle.com/plugins/lukas-reineke/indent-blankline.nvim)\n### lsp\n\n+ [onsails/lspkind.nvim](https://dotfyle.com/plugins/onsails/lspkind.nvim)\n+ [jose-elias-alvarez/null-ls.nvim](https://dotfyle.com/plugins/jose-elias-alvarez/null-ls.nvim)\n+ [neovim/nvim-lspconfig](https://dotfyle.com/plugins/neovim/nvim-lspconfig)\n### lsp-installer\n\n+ [williamboman/mason.nvim](https://dotfyle.com/plugins/williamboman/mason.nvim)\n### nvim-dev\n\n+ [MunifTanjim/nui.nvim](https://dotfyle.com/plugins/MunifTanjim/nui.nvim)\n+ [nvim-lua/plenary.nvim](https://dotfyle.com/plugins/nvim-lua/plenary.nvim)\n### plugin-manager\n\n+ [folke/lazy.nvim](https://dotfyle.com/plugins/folke/lazy.nvim)\n### snippet\n\n+ [L3MON4D3/LuaSnip](https://dotfyle.com/plugins/L3MON4D3/LuaSnip)\n### startup\n\n+ [goolord/alpha-nvim](https://dotfyle.com/plugins/goolord/alpha-nvim)\n### statusline\n\n+ [nvim-lualine/lualine.nvim](https://dotfyle.com/plugins/nvim-lualine/lualine.nvim)\n### syntax\n\n+ [nvim-treesitter/nvim-treesitter-textobjects](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter-textobjects)\n+ [nvim-treesitter/nvim-treesitter](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter)\n### tabline\n\n+ [akinsho/bufferline.nvim](https://dotfyle.com/plugins/akinsho/bufferline.nvim)\n### utility\n\n+ [folke/noice.nvim](https://dotfyle.com/plugins/folke/noice.nvim)\n+ [rcarriga/nvim-notify](https://dotfyle.com/plugins/rcarriga/nvim-notify)\n+ [stevearc/dressing.nvim](https://dotfyle.com/plugins/stevearc/dressing.nvim)\n## Language Servers\n\n+ clangd\n+ cssls\n+ emmet_ls\n+ gopls\n+ graphql\n+ html\n+ lua_ls\n+ prismals\n+ pyright\n+ rust_analyzer\n+ svelte\n+ tailwindcss\n+ tsserver\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayanth-parthsarathy%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayanth-parthsarathy%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayanth-parthsarathy%2Fnvim/lists"}