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

https://github.com/arkturius/nvim

neovim config
https://github.com/arkturius/nvim

nvim nvim-config

Last synced: 29 days ago
JSON representation

neovim config

Awesome Lists containing this project

README

          

# 💾 rgramati.nvim

small group of plugins that make my life easier
add/modify your personal features as you wish

- **[lazy](https://github.com/folke/lazy.nvim)** : plugin manager
- **[telescope](https://github.com/nvim-telescope/telescope.nvim)** : file navigation tool
- **[harpoon](https://github.com/ThePrimeagen/harpoon)** : workspace enclosing
- **[undotree](https://github.com/mbbill/undotree)** : easy undoing
- **[lsp-config](https://github.com/neovim/nvim-lspconfig)** : quick lsp configs
- **[fugitive](https://github.com/tpope/vim-fugitive)** : git wrapper

## 🔌 Install

if you want to use this as it is, or as a base to play with it:
```bash
git clone https://github.com/Arkturius/nvim/ ~.config/nvim
```