Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Neovimfiles


Install

Overview




![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)