Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zamotany/neovim-config


https://github.com/zamotany/neovim-config

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# neovim config

Screenshot 2023-08-02 at 19 51 52
Screenshot 2023-08-02 at 19 53 28

- [lazy.nvim](https://github.com/folke/lazy.nvim)
- [catppuccin](https://github.com/catppuccin/nvim)
- [barbeque.nvim](https://github.com/utilyre/barbecue.nvim)
- [feline.nvim](https://github.com/freddiehaddad/feline.nvim)
- [akinsho/bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
- [nvim-tree](https://github.com/nvim-tree/nvim-tree.lua)
- [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
- [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
- [mason.nvim](https://github.com/williamboman/mason.nvim)
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [nvim-treesitter-context](https://github.com/nvim-treesitter/nvim-treesitter-context)
- [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
- [telescope-fzf-native.nvim](https://github.com/nvim-telescope/telescope-fzf-native.nvim)
- [indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)
- [nvim-colorizer](https://github.com/NvChad/nvim-colorizer.lua)
- [Comment.nvim](https://github.com/numToStr/Comment.nvim)
- [whick-key.nvim](https://github.com/folke/which-key.nvim)
- [better-escape.nvim](https://github.com/max397574/better-escape.nvim)

## Installation

Prerequisites:
- `neovim`
- `ripgrep`
- `fzf`
- `gcc` or `clang` (for `telescope-fzf-native`)
- `make` (for `telescope-fzf-native`)

```bash
git clone [email protected]:zamotany/neovim-config.git ~/.config/nvim
```

For example on MacOS:

```bash
brew install neovim
brew install ripgrep
brew install fzf
git clone [email protected]:zamotany/neovim-config.git ~/.config/nvim
```