-
Notifications
You must be signed in to change notification settings - Fork 63
Installation
Matthew Leong edited this page Dec 29, 2022
·
8 revisions
- Neovim (+0.7.0)
- Nerd Font for your terminal
- NodeJS for LSPs
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
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.