https://github.com/gitkashish/neovim-custom
Custom Neovim configuration from scratch, using Lazy.nvim package manager.
https://github.com/gitkashish/neovim-custom
Last synced: 2 months ago
JSON representation
Custom Neovim configuration from scratch, using Lazy.nvim package manager.
- Host: GitHub
- URL: https://github.com/gitkashish/neovim-custom
- Owner: gitKashish
- Created: 2023-12-28T07:32:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T13:14:15.000Z (over 2 years ago)
- Last Synced: 2025-12-27T01:36:04.943Z (6 months ago)
- Language: Lua
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
- **Install Neovim** : Checkout the [Neovim](https://neovim.io/) website.
- **Clone this repository** : Run the following command in your terminal.
For Linux : `git clone https://github.com/gitKashish/neovim-custom ~/.config/nvim`
For Windows : `git clone https://github.com/gitKashish/neovim-custom ~/AppData/Local/nvim`
# Neovim Configuration

## Currently added plugins
- Package Manager : [Lazy.Nvim](https://github.com/folke/lazy.nvim)
- Color Theme : [Catppuccin](https://github.com/catppuccin/catppuccin)
- Status Line : [Lualine.Nvim](https://github.com/nvim-lualine/lualine.nvim)
- Fuzzy Finder : [Telescope + ui-select](https://github.com/nvim-telescope/telescope.nvim)
- LSP : [Mason](https://github.com/williamboman/mason.nvim)
- LSP Config : [Mason-Lspconfig](https://github.com/williamboman/mason-lspconfig.nvim)
- Neovim LSP Config : [Nvim-Lspconfig](https://github.com/neovim/nvim-lspconfig)
- Code Parser : [Nvim-Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- Code Auto-completion : [Nvim-cmp](https://github.com/hrsh7th/nvim-cmp)