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

https://github.com/rafalbielec/neovim

My Neovim config written from scratch in Lua
https://github.com/rafalbielec/neovim

config lua neovim nvim

Last synced: 2 months ago
JSON representation

My Neovim config written from scratch in Lua

Awesome Lists containing this project

README

        

# My Neovim Lua config files

This is the ~/.config/nvim files written in Lua on OSX. I tried using a Neovim starter like AstroVim or kickstarter, but in the end I started coding my own configuration from scratch using bits and bobs that I found useful.

![Alt text](img/neovim_dashboard.png?raw=true "My Neovim dashboard")

## LSPs for HTML/CSS

```sh
npm i -g vscode-langservers-extracted
```