- Download alacritty using
sudo snap install alacritty --classic
- Download Neovim
0.10.1
from the releases page on github (https://github.com/neovim/neovim/releases/download/v0.10.1/nvim-linux64.tar.gz), extract somehwere and add the bin folder to path - Install language servers -
npm i typescript-language-server -g
,pip3 install pyright
- Download
JetBrainsMono nerd font
from https://www.nerdfonts.com/font-downloads, and install the fontJetBrainsMonoNerdFont-Medium.ttf
- Configure Alacritty to use the font by copying the file
alacritty.toml
in this repo to~/.config/alacritty/alacritty.toml
- Clone this repository to the nvim configuration folder:
git clone https://github.com/ViktorWb/nvim-setup ~/.config/nvim && nvim
- Run
:MasonInstallAll
- Run
:PlugInstall
forked from NvChad/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
My personal neovim setup
License
ViktorWb/nvim-setup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
My personal neovim setup
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Vim Script 91.8%
- Lua 8.2%