Giter Site home page Giter Site logo

nvim-config's Introduction

CWorld Neovim Config

About

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

Screenshot

I use lazy.nvim to manage plugins.

Features

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

Installation

Making sure you've installed NeoVim.

For Windows:

git clone https://github.com/cworld1/nvim-config.git ~/AppData/Local/nvim
nvim
:Lazy

For *nix:

git clone https://github.com/cworld1/nvim-config.git ~/.config/nvim
nvim
:Lazy

Then please having fun!

Screenshots

Home:

Home

File Explorer & code & LSP:

Code

Git support:

Git

Find symbol & file & help:

Symbol

Mappings

Pressing Space in normal mode will show you some parts of the keybindings.

And many more. See Keymaps for more.

Installing Custom Plugins

Goto lua/plugins/setup.lua and add in the config. Like this:

require('lazy').setup {
  -- Previous plug-in configuration
  -- ...
  {
    'nvim-telescope/telescope.nvim', branch = '0.1.x',
    dependencies = 'nvim-lua/plenary.nvim'
  }
}

Plugin List

Goto lua/plugins/plugins.lua for details.

Contributions

As the author is only a beginner in learning it, there are obvious mistakes in his notes. Readers are also invited to make a lot of mistakes. In addition, you are welcome to use PR or Issues to improve them.

License

This project is licensed under the GPL 3.0 License.

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.