-
Notifications
You must be signed in to change notification settings - Fork 34
install update
Artin Mobasher(artart222) edited this page Apr 23, 2022
·
1 revision
🐧🍎 On linux and macOS:
git clone https://github.com/artart222/CodeArt ~/.config/nvim
chmod +x ~/.config/nvim/installer/linux-bash.sh
exec ~/.config/nvim/installer/linux-bash.shIf you have debian, after the instalation finished you must add debian testing repos and after that run:
sudo apt update; sudo apt install neovimAnd after that open neovim and run :PackerSync and then reopen nevom!
🪟 on Windows:
please backup any existing configuration files
⚡🐚 open a powershell session as administrator and run this command:
git clone https://github.com/artart222/CodeArt ~\AppData\Local\nvim
powershell.exe -executionpolicy bypass -file ~\AppData\Local\installer\windows.ps1- You can install lsp for a language with
:LspInstall <language> - You can install treesitter with
:TSInstall <language>
These NeoVim configurations use many nerd fonts icons. JetBrains Mono will be installed by default. If you have problem for fonts and see weird icons you must change your terminal font.
- Run
:CodeArtUpdateinside NeoVim - Restart NeoVim
- Run
:PackerSync - Restart NeoVim!