Skip to content

washbert/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Initial readme for my nvim config

This is the initial readme for my nvim config. I will be updating this as I go along.

The goal will be to update the readme with the Plugins, configurations, dependencies, keybindings, and any other useful information.

Installation

  1. Install neovim
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz
  1. Create nvim config directory
mkdir -p ~/.config/nvim
  1. Clone repo into nvim config directory

  2. Ensure C++ is installed

sudo apt update && \
sudo apt install build-essential
  1. For Typescript/Javascript support run the following commands npm install -g typescript-language-server typescript

Tip

Be sure to use ts_ls for the ensure installed in the lsp config

About

Personal NVIM config based on ThePrimeagen's Guide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages