Git Product home page Git Product logo

nvim-starter's Introduction

Also check out the LazyVim starter. It's a starter Neovim config using lazy.nvim as a package manager, which I'd personally prefer over packer. https://github.com/LazyVim/starter

neovim starter config

Simple configuration to get started with with Neovim.

image

image

image

What's included

It does not include some things, but can be integrated as needed (see optional_extras.lua).

Usage

Neovim 0.7 is required. Paste init.lua into ~/.config/nvim/init.lua.

mkdir -p ~/.config/nvim
curl -sL https://raw.githubusercontent.com/rstacruz/nvim-starter/main/init.lua -o ~/.config/nvim/init.lua
# ...or paste init.lua into ~/.config/nvim/init.lua
Want to try it without overriding your config?

To give it a try without overriding your existing Neovim config:

# Using `./nvim` will run Neovim with the nvim-starter config.
# It won't modify your user's Neovim config.
git clone https://github.com/rstacruz/nvim-starter.git
cd nvim-starter
./nvim

Adding languages

Edit init.lua, and enable syntax for them (under nvim-treesitter.configs). Optionally, advanced features can be unlocked by enablieng their language server (under lspconfig).

Goals

  • Provide a template for new Neovim users to start with
  • Keep it in 1 file (init.lua) under 150 lines as much as possible

Also see

nvim-starter's People

Contributors

angelofallars avatar darwintantuco avatar rstacruz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nvim-starter's Issues

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.