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.shIf you have debian, after the instalation finished you must add debian testing repos and after that run:
sudo apt update; sudo apt install neovimRequires Neovim 0.11+. After installation, open Neovim and run :Lazy sync, then reopen Neovim.
🪟 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- 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.
Very important note: Updating CodeArt will replace this github repo configs directory with ~/.config/nvim so if you don't want to lose any existing modifications you've made you must put your modifications into ~/.config/nvim/lua/user_settings.lua on linux and mac, put your configs in C:\Users\your_user\AppData\Local\nvim\lua\user_settings.lua if you use Windows
- Run
:CodeArtUpdateinside NeoVim (pulls config and runs:Lazy sync) - Restart NeoVim
- Run
:MasonUpdateand:TSUpdateif needed - Restart NeoVim
If you customized user_settings.lua:
config.null_ls→config.conformandconfig.linttablesconfig.cmp→config.blinkconfig.nvim_tree→config.neo_treedisable_plugins.nvim_tree→neo_treedisable_plugins.null_ls→conformandlintdisable_plugins.nvim_cmpandcmp_*→blink_cmp
See CHANGELOG.md for the full list of breaking changes.
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

-
🌲💺 Treesitter based code highlighting

-
🌳:card_file_box: neo-tree as file tree

-
🚏🚌 ToggleTerm as built in terminal

-
🤔🔑 Whichkey

-
┇ Status line with git and lsp indicator + File manager and bufferline lsp indicator






