{"id":26916209,"url":"https://github.com/whoiscipher/nvim-config","last_synced_at":"2025-04-01T18:52:25.242Z","repository":{"id":267539938,"uuid":"901562475","full_name":"WhoisCipher/nvim-config","owner":"WhoisCipher","description":"My neovim config with the lazy package manager","archived":false,"fork":false,"pushed_at":"2025-03-10T17:05:51.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T17:50:51.550Z","etag":null,"topics":["lua","neovim","neovim-config","neovim-configuration","neovim-dotfiles","nvim","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WhoisCipher.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}},"created_at":"2024-12-10T22:24:23.000Z","updated_at":"2025-03-10T17:05:54.000Z","dependencies_parsed_at":"2024-12-11T00:17:38.757Z","dependency_job_id":"0f313fe0-2b09-4f04-8695-5687efac14b7","html_url":"https://github.com/WhoisCipher/nvim-config","commit_stats":null,"previous_names":["whoiscipher/nvim-config"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhoisCipher%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhoisCipher%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhoisCipher%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhoisCipher%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WhoisCipher","download_url":"https://codeload.github.com/WhoisCipher/nvim-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246696549,"owners_count":20819456,"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","neovim-configuration","neovim-dotfiles","nvim","nvim-configs"],"created_at":"2025-04-01T18:52:24.714Z","updated_at":"2025-04-01T18:52:25.234Z","avatar_url":"https://github.com/WhoisCipher.png","language":"Lua","readme":" \u003cdiv align= \"center\"\u003e\n    \u003ch1\u003e𝗡𝗲𝗼𝘃𝗶𝗺 𝗖𝗼𝗻𝗳𝗶𝗴\u003c/h1\u003e\n    \u003cp\u003e\u003cem\u003eMy personal Neovim configuration with \u003cstrong\u003eLazy.nvim\u003c/strong\u003e as the package manager.\u003c/em\u003e\u003c/p\u003e\n    \u003cp\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Nvim-130445?style=flat\u0026logo=neovim\" /\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Lua-0b9fbd?style=flat\u0026logo=lua\u0026logoColor=6B6BB3\" /\u003e\n    \u003c/p\u003e\n\u003c/div\u003e\n\n# Table of Contents\n\n- [Features](#features)\n- [Plugins](#plugins)\n  - [UI \u0026 Navigation](#ui--navigation)\n  - [Git Integration](#git-integration)\n  - [Language Server Protocol (LSP)](#language-server-protocol-lsp)\n  - [Autocompletion](#autocompletion)\n  - [Syntax Highlighting](#syntax-highlighting)\n  - [File Navigation](#file-navigation)\n- [Color Schemes](#color-schemes)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Customization](#customization)\n- [Installation](#installation)\n\n\n# Features\n\n- **LSP \u0026 Autocompletion**: Powered by `lspconfig`, `nvim-cmp`, and `LuaSnip` for intelligent code completion and navigation.\n- **Git Integration**: With `fugitive` you have seamless git support directly in Neovim.\n- **Telescope**: A fuzzy finder to quickly search for files, buffers, and other resources.\n- **Harpoon**: Quick file navigation to jump between frequently used files.\n- **Tree-sitter**: Provides syntax highlighting and better code understanding with intelligent parsing.\n- **Cloak**: Censor's the contents of .env file\n\n# Plugins\n\n## UI \u0026 Navigation\n- **[Telescope](https://github.com/nvim-telescope/telescope.nvim)**: Fuzzy finder for files, buffers, and more.\n- **[lualine](https://github.com/nvim-lualine/lualine.nvim)**: A statusline plugin to display essential information.\n- **[cloak](https://github.com/laytan/cloak.nvim)**: Hides the environment variables.\n\n## Git Integration\n- **[vim-fugitive](https://github.com/tpope/vim-fugitive)**: Git commands directly in Neovim.\n\n## Language Server Protocol (LSP)\n- **[nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)**: Collection of LSP configurations for various languages.\n- **[mason.nvim](https://github.com/williamboman/mason.nvim)**: Handles installing and managing LSP servers, linters, and formatters.\n\n## Autocompletion\n- **[nvim-cmp](https://github.com/hrsh7th/nvim-cmp)**: Autocompletion plugin for Neovim.\n- **[cmp-buffer](https://github.com/hrsh7th/cmp-buffer)**: Buffer completion source for `nvim-cmp`.\n- **[cmp-path](https://github.com/hrsh7th/cmp-path)**: Path completion source for `nvim-cmp`.\n- **[cmp_luasnip](https://github.com/saadparwaiz1/cmp_luasnip)**: LuaSnip completion source for `nvim-cmp`.\n- **[LuaSnip](https://github.com/L3MON4D3/LuaSnip)**: Snippet engine for Neovim.\n\n## Syntax Highlighting\n- **[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)**: Syntax highlighting and better parsing for many languages.\n\n## File Navigation\n- **[Harpoon](https://github.com/ThePrimeagen/harpoon)**: Easily manage and switch between files.\n\n# Color Schemes\n- **[Rose-Pine](https://github.com/rose-pine/neovim)**: A soft and elegant color scheme.\n- **[Tokyonight](https://github.com/folke/tokyonight.nvim)**: A night-friendly color scheme.\n\n# Installation\n\n1. **Install Neovim** (if you haven't already) via [neovim.io](https://neovim.io/).\n\n2. **Install Lazy.nvim**:\n   Follow the installation instructions from the official Lazy.nvim repository:\n   [Lazy.nvim Installation](https://github.com/folke/lazy.nvim)\n\n3. **Clone the repository** (or add it to your config directory):\n\n   Clone your configuration into `~/.config/nvim/` (or wherever your Neovim configuration is located).\n\n   ```bash\n   git clone https://github.com/WhoisCipher/nvim-config ~/.config/nvim\n   ```\n\n4. **Install Plugins**:\n   Open Neovim and run:\n\n   ```vim\n   :Lazy sync\n   ```\n\n   This will automatically install and set up all the plugins.\n\n5. **Set the Color Scheme**:\n   If you want to switch color schemes, change it in the configuration file:\n\n   ```vim\n   :colorscheme rose-pine\n   ```\n\n   You can switch to `tokyonight` by replacing `rose-pine` with `tokyonight`.\n\n# Usage\n\n- **Telescope**: Press `\u003cleader\u003epf` to find files, `\u003cleader\u003eps` to search for words in files, and `\u003cC-p\u003e` for git-files.\n- **LSP**: Autocompletion and diagnostics should work out of the box when you open a file.\n- **Git**: Use commands like `:Git`, `:Git commit -m \"your commit message\"`, etc., for Git operations.\n- **Harpoon**:\n    - Press `\u003cleader\u003ea` to mark.\n    - Press `\u003cleader\u003eh`, `\u003cleader\u003et`, `\u003cleader\u003es` \u0026 `\u003cleader\u003en` between files 1-4 marked respectively.\n    - Press `\u003cleader\u003ee` to open GUI for marked files.\n\n# Customization\n\nThe remaps are all done according to my work-flow under the [remaps](lua/setup/remap.lua). Make sure that you change this to your own personal preference as the vim experience has to be all but personalized. Welcome to the vim cult.\n\n## Installation\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cstrong\u003eClick to expand\u003c/strong\u003e 📦\u003c/summary\u003e\n\n1. **Install Neovim** → [neovim.io](https://neovim.io/)\n2. **Install Lazy.nvim** → [Lazy.nvim Installation](https://github.com/folke/lazy.nvim)\n3. **Clone the repository**:\n   ```bash\n   git clone https://github.com/WhoisCipher/nvim-config ~/.config/nvim\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhoiscipher%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhoiscipher%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhoiscipher%2Fnvim-config/lists"}