π¨βπ» CodeArtπ¨
πΈ Screenshots
π§ Installation
β¬οΈ π
How to update CodeArt
β¨ Important features
β
TODOS
π§ Install CodeArt easily
To install CodeArt you must have python3 and pip3 installed.
sudo pip3 install distro
python3 install.pyβ οΈ IMPORTANT NOTE: The installer for MacOS is not tested since I don't have a device with macOS (and the installer does not work on debian)
python3 install.pyplease backup any existing configuration files
Set-ExecutionPolicy AllSigned
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
python3.exe install.py
git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"π Install plugins:
Open NeoVim and type :PackerInstall
Once complete, run :PackerCompile
π² πΊ Ξ£π₯οΈ Install lsp and treesitter:
- 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.
β¬οΈ π
How to update CodeArt:
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 - Restart NeoVim
- Run
:PackerSync - Restart NeoVim!
πΈ Screenshots:
π¨ Many themes!
Tokyonight with storm style
Tokyonight with night style
Tokyonight with night style
with day style
Nightfly
Moonfly
Nord
Enfocado
Onedark with dark style
Onedark with darker style
Onedark with cool style
Onedark with deep style
Onedark with warm style
Onedark with warmer style

β¨ Features:
-
π΄ Lazy load plugins!. With lazy loading NeoVim starts up very fast. It took me around 45 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
-
π Fuzzy finder
-
β TODO viewer
-
π Tag viewer
-
π€ π Whichkey
-
β Status line with git and lsp indicator + File manager and bufferline lsp indicator

β
TODOS:
-
- Add lsp status to lualine
-
- Lazy load plugins
-
- Find a way to install NeoVim 0.5 on debian based operating systems
-
- Find a way to install ueberzug on rhel based operating systems and opensuse
-
- Make new install script for windows
-
- Test current MacOS script
-
- Clean current codebase and convert vimscripts(I mean vimscripts in luafiles) to lua and maybe remove some plugins
-
- Move to shell script for macOS and linux installer and powershell for windows installer
-
- Implement a way to update CodeArt
-
- Write a proper WhichKey
-
- Move from compe to cmp
