Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ellisonleao/neovimfiles
My Neovim configuration written in Lua
https://github.com/ellisonleao/neovimfiles
config lazynvim lsp lua lualine neovim neovimfiles nvim telescope tpope vim vimfiles
Last synced: 4 days ago
JSON representation
My Neovim configuration written in Lua
- Host: GitHub
- URL: https://github.com/ellisonleao/neovimfiles
- Owner: ellisonleao
- License: mit
- Created: 2021-07-16T15:39:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T14:31:28.000Z (6 months ago)
- Last Synced: 2024-05-18T15:33:27.718Z (6 months ago)
- Topics: config, lazynvim, lsp, lua, lualine, neovim, neovimfiles, nvim, telescope, tpope, vim, vimfiles
- Language: Lua
- Homepage:
- Size: 293 KB
- Stars: 73
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Neovimfiles
![Lua](https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge&logo=lua)Welcome to my Neovim configuration! This project aims to show everyone what a Lua configuration for Neovim looks like.
Feel free to open issues if you have suggestions or improvements. This is an ongoing project and I am constantly making
changes and experimenting new things. Also if you enjoy live coding sessions, please check out my [twitch channel](https://twitch.tv/ellisonleao)# Install
**Prerequisites**
- Neovim 0.8+
Steps:
1. Clone the project in your config folder, usually `~/.config/nvim`:
```bash
$ git clone https://github.com/ellisonleao/neovimfiles ~/.config/nvim
```2. Open Neovim. You should see a _"Installing lazy.nvim.."_ and popup installing the plugins on the first run
## Screenshots
![](https://i.postimg.cc/FHrMD7bR/Screenshot-from-2022-03-20-22-57-06.png)