please backup any existing configuration files
On linux and macOS:
git clone https://github.com/artart222/CodeArt ~/.config/nvim
chmod +x ~/.config/nvim/installer/linux-mac.sh
exec ~/.config/nvim/installer/linux-mac.sh
If you have debian, after the instalation finished you must add debian testing repos and after that run:
sudo apt update; sudo apt install neovim
And 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 $HOME\AppData\Local\nvim
powershell.exe -executionpolicy bypass -file $HOME\AppData\Local\nvim\installer\windows.ps1
:LspInstall <language>
:TSInstall <language>
:CodeArtUpdate
inside NeoVim:PackerSync
Enfocado
Tokyonight with storm style
Tokyonight with night style
Tokyonight with day style
Nightfly
Moonfly
Nord
Onedark with dark style
Onedark with darker style
Onedark with cool style
Onedark with deep style
Onedark with warm style
Onedark with warmer style
Lazy load plugins!. With lazy loading NeoVim starts up very fast. It took me around 20 miliseconds on a virtual machine with 4GB ram and 2 Cores
Native LSP code completion support with documentation
Treesitter based code highlighting
🗃 NvimTree as file tree
ToggleTerm as built in terminal
Status line with git and lsp indicator + File manager and bufferline lsp indicator