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

https://github.com/rimkomatic/re-nvim

Re-Nvim is a fast, modular, and highly customizable Neovim configuration designed to optimize your development environment.
https://github.com/rimkomatic/re-nvim

coding-setup dev-environment developer-tools lua neovim neovim-config neovim-plugin neovim-tips nvim nvim-lua nvim-setup nvim-theme programming vim vim-plugins

Last synced: 8 months ago
JSON representation

Re-Nvim is a fast, modular, and highly customizable Neovim configuration designed to optimize your development environment.

Awesome Lists containing this project

README

          

# ReNVim



Welcome to revim, a custom Neovim configuration aimed at providing a powerful and efficient environment for development. This configuration is designed with performance and extensibility in mind, making use of modern Neovim features and plugins to optimize the workflow. Whether you're a developer, data scientist, or a casual user, revim is built to streamline your coding experience.

### Key Features
- **Modular Configuration:** Clean and easy-to-understand structure for easy customization and updates.

- **Optimized Workflow:** Performance-focused setup with handpicked plugins for an enhanced Neovim experience.

- **Easy Installation:** Set up your Neovim environment in no time with simple steps.

Feel free to explore and customize this setup to fit your personal development needs!

## Preview
![App Screenshot](https://i.imgur.com/p2C2heE.png)
Smooth File navigation with oil
![App Screenshot](https://i.imgur.com/RhP8TKN.png)
Ease while working with Git
![App Screenshot](https://i.imgur.com/kBFbOXQ.png)
Add your favourite AI Assistant
![App Screenshot](https://i.imgur.com/Xxqhz9h.png)
Theme change with ease
![App Screenshot](https://i.imgur.com/8MRY1i7.png)

## Install Instructions

> Install requires Neovim 0.9+. Always review the code before installing a configuration.

Clone the repository and install the plugins:

```sh
git clone git@github.com:Rimkomatic/revim ~/.config/Rimkomatic/revim
```

Open Neovim with this config:

```sh
NVIM_APPNAME=Rimkomatic/revim/ nvim
```

## Plugins

### ai

+ [yetone/avante.nvim](https://dotfyle.com/plugins/yetone/avante.nvim)
### color

+ [xiyaowong/transparent.nvim](https://dotfyle.com/plugins/xiyaowong/transparent.nvim)
### colorscheme

+ [rose-pine/neovim](https://dotfyle.com/plugins/rose-pine/neovim)
+ [tiagovla/tokyodark.nvim](https://dotfyle.com/plugins/tiagovla/tokyodark.nvim)
+ [Shatur/neovim-ayu](https://github.com/Shatur/neovim-ayu)
### Theme Switcher
+ [Rimkomatic/switchscheme.nvim](https://github.com/Rimkomatic/switchscheme.nvim)

### completion

+ [hrsh7th/nvim-cmp](https://dotfyle.com/plugins/hrsh7th/nvim-cmp)
+ [Saghen/blink.cmp](https://github.com/Saghen/blink.cmp)
### file-explorer

+ [stevearc/oil.nvim](https://dotfyle.com/plugins/stevearc/oil.nvim)
### fuzzy-finder

+ [nvim-telescope/telescope.nvim](https://dotfyle.com/plugins/nvim-telescope/telescope.nvim)
### git

+ [lewis6991/gitsigns.nvim](https://dotfyle.com/plugins/lewis6991/gitsigns.nvim)
### icon

+ [nvim-tree/nvim-web-devicons](https://dotfyle.com/plugins/nvim-tree/nvim-web-devicons)
+ [echasnovski/mini.icons](https://dotfyle.com/plugins/echasnovski/mini.icons)
### keybinding

+ [folke/which-key.nvim](https://dotfyle.com/plugins/folke/which-key.nvim)
### lsp

+ [neovim/nvim-lspconfig](https://dotfyle.com/plugins/neovim/nvim-lspconfig)
### lsp-installer

+ [williamboman/mason.nvim](https://dotfyle.com/plugins/williamboman/mason.nvim)
### markdown-and-latex

+ [MeanderingProgrammer/render-markdown.nvim](https://dotfyle.com/plugins/MeanderingProgrammer/render-markdown.nvim)
### marks

+ [ThePrimeagen/harpoon](https://dotfyle.com/plugins/ThePrimeagen/harpoon)
### media

+ [HakonHarnes/img-clip.nvim](https://dotfyle.com/plugins/HakonHarnes/img-clip.nvim)
### motion

+ [folke/flash.nvim](https://dotfyle.com/plugins/folke/flash.nvim)
### nvim-dev

+ [folke/lazydev.nvim](https://dotfyle.com/plugins/folke/lazydev.nvim)
+ [nvim-lua/plenary.nvim](https://dotfyle.com/plugins/nvim-lua/plenary.nvim)
+ [MunifTanjim/nui.nvim](https://dotfyle.com/plugins/MunifTanjim/nui.nvim)
### plugin-manager

+ [folke/lazy.nvim](https://dotfyle.com/plugins/folke/lazy.nvim)
### snippet

+ [rafamadriz/friendly-snippets](https://dotfyle.com/plugins/rafamadriz/friendly-snippets)
### statusline

+ [nvim-lualine/lualine.nvim](https://dotfyle.com/plugins/nvim-lualine/lualine.nvim)
### syntax

+ [nvim-treesitter/nvim-treesitter](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter)
### utility

+ [echasnovski/mini.nvim](https://dotfyle.com/plugins/echasnovski/mini.nvim)
+ [folke/noice.nvim](https://dotfyle.com/plugins/folke/noice.nvim)
+ [stevearc/dressing.nvim](https://dotfyle.com/plugins/stevearc/dressing.nvim)
+ [rcarriga/nvim-notify](https://dotfyle.com/plugins/rcarriga/nvim-notify)
### workflow

+ [jiaoshijie/undotree](https://dotfyle.com/plugins/jiaoshijie/undotree)
## Language Servers

+ lua_ls