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
- Host: GitHub
- URL: https://github.com/rafalbielec/neovim
- Owner: rafalbielec
- Created: 2024-11-22T20:38:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T16:01:52.000Z (6 months ago)
- Last Synced: 2025-01-25T22:39:03.779Z (4 months ago)
- Topics: config, lua, neovim, nvim
- Language: Lua
- Homepage:
- Size: 891 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## LSPs for HTML/CSS
```sh
npm i -g vscode-langservers-extracted
```