An open API service indexing awesome lists of open source software.

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.

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
![image](https://github.com/gitKashish/neovim-custom/assets/125540624/5d0ccec5-8f9d-423d-8e84-04c351f6f821)

## 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)