Giter VIP home page Giter VIP logo

genesisnvim's Introduction

GenesisNvim

A minimalistic nvim config aimed at Python developers. It is a lightweight replacement for PyCharm and VsCode, eliminating all unnecessary featuresd to be easily portable for running on servers and for deployment on Linux systems.

🌟 Preview

Images

Images

Images

Images

Images

🌟 What it is?

  • There are many forks of nvim, but what does this one do? The main purpose of this config is to create a minimal environment for Python development, so that it is not resource-hungry and can be deployed quickly on Linux systems.
  • It can be difficult for beginners to install all the necessary plugins and LSP servers to get started. Here you don't need to do anything, just run a few commands to install and immediately use auto-tips, Ruff formatting, Mypy fixes and all the other tricks without setting up configurations.

✨ Features

  • Python autocomplete with Pyright by default
  • Support for default Ruff formatting and fixing
  • Fast startup in just 140ms
  • Catalog trees, support for TODO tags, navigation plugins, Git
  • Support over 30 color schemes
  • Support for diagnostics and LSP by default
  • Built-in floating terminal that can be opened separately
  • Quick search via Telescope

🌟 Installation

  • If you already have neovim, make backups of your configuration.
  • Remove the current nvim configuration and cache if it exists:
rm -rf ~/.config/nvim ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim
  • Execute the commands to install:
sudo pacman -S git npm  # Arch
sudo apt install git npm  # Debian
brew install git npm  # MacOS
mkdir -p ~/.config/nvim
git clone https://github.com/Zproger/GenesisNvim.git ~/.config/nvim
nvim -c "MasonInstall pyright ruff-lsp mypy"

🌟 Other

  • The project is ready for development, so I accept all your ideas. You can contact me or open Issues to make your edits or suggest improvements.
  • To learn the tool key combinations, press Space, after the prompt, select the desired menu. To analyze and change key combinations, go to ~/.config/nvim/lua/core and ~/.config/nvim/lua/plugins.
  • Video overview of this configuration: https://youtu.be/XhdwvHhFROc.

genesisnvim's People

Contributors

zproger avatar maxktz 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.