https://github.com/liamg/nvim-config
https://github.com/liamg/nvim-config
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liamg/nvim-config
- Owner: liamg
- Created: 2023-02-25T15:30:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T08:33:57.000Z (over 2 years ago)
- Last Synced: 2025-02-07T13:13:40.489Z (11 months ago)
- Language: Lua
- Size: 1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Neovim Config
An attempt to get a fully functional IDE experience in Neovim, especially for Go/Lua.

## Installation
1. Clone this to `~/.config/nvim/`.
1. Ensure you have python (3+) and node (18+) installed
1. Install python support (`pip install pynvim`)
1. Install node support (`npm i -g neovim`)
1. Install ripgrep, lazygit, luacheck, and any other binaries you need
1. Run `:checkhealth` to ensure everything is working
1. Run `:Mason` and install required LSPs (remember to edit the servers list in `mason.lua` too)