julianstephens / cyber.nvim

A neovim configuration based on LunarNvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cyber.nvim

Pre-requisites

Setup Instructions

  1. Install neovim
nvim --version # confirm installation
  1. Clone repo to <user home>/.config/nvim
git clone git@github.com:julianstephens/cyber.nvim.git ~/.config/nvim
  1. Launch nvim to install packages (should start automatically)

  2. Turn on/off required language servers with lspconfig. Most servers are toggled with true/false here. A few servers require unique config and can be turned on/off by commenting or uncommenting.

About

A neovim configuration based on LunarNvim


Languages

Language:Lua 100.0%