Skip to content

My personal Neovim configuration written in Lua.

Notifications You must be signed in to change notification settings

frdwhite24/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is my custom Neovim configuration. I am currently using Neovim version 0.8 and the configuration is written entirely in Lua.

Prerequisites

  • Install this font to get completion menu icons properly rendering
  • Install pyenv
  • Install Python using pyenv pyenv install 3.10.3 and setting it globally pyenv global 3.10.3
  • Install pynvim and black globally using pip install --user --upgrade black pynvim
  • Install neovim lib for Node.js with npm i -g neovim
  • Install silicon cli, can use Brew for this brew install silicon
  • Install prettierd globally with npm install -g @fsouza/prettierd

Usage

⚠️ I haven't updated this for Mac setup yet, this is still a todo. And so this code block is likely not to work!

# NOTE: Make sure you move or delete your existing nvim config before running this
git clone [email protected]:frdwhite24/nvim.git ~/.config/nvim

# Navigate to Neovim folder and install the latest Neovim version
cd ~/.config/nvim
make

# Run Neovim! (you might need to exit a few times till everything is installed
# while the Makefile is incomplete)
nvim

To do

  • Fill out the rest of this Readme (with screenshots)! Take inspiration from AstroNvim
  • Enhance the "out of the box" functionality (improve initial start-up with makefile by adding prerequisites, headless Neovim start-up to make sure plugins, Treesitter parsers and language servers are all installed)
  • Record start-up time and incrementally improve it