Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mnabila/nvimrc

vimrc for neovim written in lua
https://github.com/mnabila/nvimrc

neovim neovim-config neovim-configuration neovim-dotfiles neovim-lua vim vim-config vim-configuration vim-dotfiles vimrc

Last synced: 5 days ago
JSON representation

vimrc for neovim written in lua

Awesome Lists containing this project

README

        

# NeoVim File Configuration

## Preview

![Text Editor](./preview/screenshot_2023-05-02-07-11-07.png)

## Instalation

### Installing Configuration

```
$ git clone https://github.com/mnabila/nvimrc ~/.config/nvim
```

> > **Note:** Makesure [lazy.nvim](https://github.com/folke/lazy.nvim) was installed

### Plugins

| Function | Plugins |
| :------------: | ------------------------------------------------------------------- |
| Plugin Manager | [lazy.nvim](https://github.com/folke/lazy.nvim) |
| File Manager | [sfm.nvim](https://github.com/dinhhuy258/sfm.nvim) |
| Status line | [feline.nvim](https://github.com/freddiehaddad/feline.nvim) |
| Colorscheme | [gruvbox.nvim](https://github.com/ellisonleao/gruvbox.nvim) |
| Icon | [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) |
| Git | [gitsign](https://github.com/lewis6991/gitsigns.nvim), [neogit](https://github.com/NeogitOrg/neogit) |
| Auto Complete | [blink.cmp](https://github.com/Saghen/blink.cmp) |
| Others | [configs/plugins](./lua/config/plugin/lazy/setup.lua) |

## License

Source is available under the [Mit License](https://github.com/mnabila/nvimrc/blob/master/LICENSE)