Skip to content

Installation

Matthew Leong edited this page Dec 29, 2022 · 8 revisions

Prerequisites

  • Neovim (+0.7.0)
  • Nerd Font for your terminal
  • NodeJS for LSPs

Installation

Install script coming soon...

Using stow

  $ git clone git@github.com:mattleong/CosmicNvim.git
  $ mkdir ~/.config/nvim
  $ stow -t ~/.config/nvim CosmicNvim

Symlinking (don't use relative pathing)

  $ cd ~/
  $ git clone git@github.com:mattleong/CosmicNvim.git
  $ ln -s ~/.config/nvim ~/CosmicNvim

Just clone it

  $ cd ~/.config
  $ git clone git@github.com:mattleong/CosmicNvim.git nvim

First run

CosmicNvim auto install an initial default list of LSP servers. You may choose to uninstall certain ones and install others as you like.

Additional info on installing LSP servers here.

Clone this wiki locally