Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mnabila/nvimrc
- Owner: mnabila
- License: mit
- Created: 2019-04-22T01:25:10.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T04:02:01.000Z (about 1 month ago)
- Last Synced: 2025-01-20T10:08:23.511Z (13 days ago)
- Topics: neovim, neovim-config, neovim-configuration, neovim-dotfiles, neovim-lua, vim, vim-config, vim-configuration, vim-dotfiles, vimrc
- Language: Lua
- Homepage:
- Size: 2.8 MB
- Stars: 133
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)