Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zamotany/neovim-config
https://github.com/zamotany/neovim-config
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zamotany/neovim-config
- Owner: zamotany
- Created: 2023-08-01T01:03:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T23:58:42.000Z (12 months ago)
- Last Synced: 2023-11-15T00:34:15.536Z (12 months ago)
- Language: Lua
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neovim config
- [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
```