Coder Social home page Coder Social logo

hercules261188 / codeart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from artart222/codeart

0.0 0.0 0.0 6.21 MB

Use NeoVim as general purpose IDE

License: GNU General Public License v3.0

Python 32.14% Lua 66.55% Shell 0.55% PowerShell 0.76%

codeart's Introduction

๐Ÿ‘จโ€๐Ÿ’ปCodeArt๐ŸŽจ

๐Ÿ“ธ Screenshots ๐Ÿšง Installation โฌ†๏ธ๐Ÿ“… How to update CodeArt โœจ Important features โœ… TODOS

๐Ÿšง Install CodeArt easily

For installing CodeArt you must have python3 and pip3.

๐Ÿง On linux:

sudo pip3 install distro
python3 install.py

โš ๏ธ IMPORTANT NOTE: macOS installer is not tested because I dont have a device with macOS and installer does not work on debian

๐ŸŽ On macOS:

python3 install.py

๐ŸชŸ on Windows:

If you have config first make backup of it then

โšก๐Ÿš open a powershell session as administrator and run these commands one by one:

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 And then :PackerCompile

๐ŸŒฒ๐Ÿ’บฮฃ๐Ÿ–ฅ๏ธ Install lsp and treesitter:

  • You can install lsp for a language with :LspInstall <language>
  • and you can install treesitter with :TSInstall <language>

This NeoVim configs use many nerd fonts icons and it's better you have a nerd font. Installer will install Jetbrains mono by default for you so you can choose it for you terminal

โฌ†๏ธ๐Ÿ“… How to update CodeArt:

Very important note: Updating CodeArt will replace this github repo configs directory with ~/.config/nvim so if you want to not lose your config you must put your modifications into ~/.config/nvim/lua/user_settings.lua

Run :CodeArtUpdate inside NeoVim after that restart NeoVim and run :PackerSync and after that again restart NeoVim!
unfortunately you can't update CodeArt on windows

๐Ÿ“ธ Screenshots:

Screenshot1

๐ŸŽจ Many themes!

Tokyonight with storm style Screenshot2 Tokyonight with night style Screenshot3 Tokyonight with night style with day style Screenshot4 Nightfly Screenshot5 Moonfly Screenshot6 Nord Screenshot7 Enfocado Screenshot8 Onedark with dark style Screenshot9 Onedark with darker style Screenshot10 Onedark with cool style Screenshot11 Onedark with deep style Screenshot12 Onedark with warm style Screenshot13 Onedark with warmer style Screenshot13

โœจ Features:

  • ๐Ÿ˜ด Lazy load plugins!. With lazy loading NeoVim start up is very fast. It took around 45 miliseconds on virtual machine with 4GB ram and 2 Cores LazyLoad

  • ฮฃ๐Ÿ–ฅ๏ธ Native LSP code completion support with documentation CodeCompletion

  • ๐ŸŒฒ๐Ÿ’บ Treesitter based code highlighting Treesitter

  • ๐ŸŒณ๐Ÿ—ƒ๏ธ NvimTree as file tree FileTree

  • ๐Ÿš๐ŸšŒ ToggleTerm as built in terminal Terminal

  • ๐Ÿ”ญ Fuzzy finder Telescope

  • โœ… TODO viewer TODO

  • ๐Ÿ”– Tag viewer TagViewer

  • ๐Ÿค”๐Ÿ”‘ Whichkey Wichkey

  • โ”‡ Status line with git and lsp indicator + File manager and bufferline lsp indicator StatusLine

โœ… 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

codeart's People

Contributors

artart222 avatar medzsikt avatar nightlyistaken avatar tupini07 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.