Code Monkey home page Code Monkey logo

nvimdots's Introduction

nvimdots
NeoVim Version Capability Release

Stars Issues Contributors Code Size

πŸͺ· Introduction

This repo hosts my NeoVim configuration for Linux, macOS, and Windows. init.lua is the config entry point.

It contains two branches:

Branch Completion Solution
main config for nvim 0.8 stable
0.7 config for nvim 0.7 stable

I use lazy.nvim to manage plugins.

Chinese introduction is here.

🎐 Features

  • Fast. Less than 30ms to start (Depends on SSD and CPU, tested on Zephyrus G14 2022 version).
  • Simple. Run out of the box.
  • Modern. Pure lua config.
  • Modular. Easy to customize.
  • Powerful. Full functionality to code.

πŸ— How to Install

Just run the following interactive bootstrap command, and you're good to go πŸ‘

  • Windows (Note: This script REQUIRES pwsh > v7.1)
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/ayamir/nvimdots/HEAD/scripts/install.ps1'))
  • *nix
if command -v curl >/dev/null 2>&1; then
    bash -c "$(curl -fsSL https://raw.githubusercontent.com/ayamir/nvimdots/HEAD/scripts/install.sh)"
else
    bash -c "$(wget -O- https://raw.githubusercontent.com/ayamir/nvimdots/HEAD/scripts/install.sh)"
fi

It's strongly recommended to read Wiki: Prerequisites before starting, especially for *nix users.

βš™οΈ Configuration & Usage

πŸ—ΊοΈ Keybindings

Refer to Wiki: Keybindings


πŸ”Œ Plugins & Deps

Refer to Wiki: Plugins
(You can also find a deps diagram there!)


πŸ”§ Usage & Customization

Refer to Wiki: Usage


πŸ€” FAQ

Refer to Wiki: FAQ

✨ Features

⏱️ Startup Time

StartupTime

Vim-StartupTime

Tested with rhysd/vim-startuptime

πŸ“Έ Screenshots

Dashboard Dashboard


Telescope Telescope


Coding Coding


Debugging Debugging


Lazygit Lazygit with built-in Terminal


Legendary Command quickref

πŸ‘ Contributing

  • If you find anything that needs improving, do not hesitate to point it out or create a PR.
  • If you come across an issue, you can first use :checkhealth command provided by nvim to trouble-shoot yourself.
    • If you still have such problems, feel free to open a new issue!

❀️ Thanks to

πŸŽ‰ Acknowledgement

πŸ“œ License

This NeoVim configuration is released under the MIT license, which grants the following permissions:

  • Commercial use
  • Distribution
  • Modification
  • Private use

For more convoluted language, see the LICENSE.

nvimdots's People

Contributors

ayamir avatar jint-lzxy avatar github-actions[bot] avatar charleschiugit avatar aarnphm avatar jczhang02 avatar cherrot avatar clslaid avatar hatter-long avatar mathjiajia avatar feng2r200 avatar lraxer avatar lehmaning avatar angelontheroad avatar 1096015776 avatar pcrab avatar williamboman avatar younger-1 avatar clzoc avatar codychau avatar fioncat avatar returns-1 avatar zll600 avatar

Watchers

James Cloos avatar  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.