GithubHelp home page GithubHelp logo

astronvim_config's Introduction

My AstroNvim User Configuration

A user configuration for AstroNvim.

๐Ÿ› ๏ธ Installation

Install Neovim

If you haven't already install Neovim.

Make a backup of your current nvim and shared folder (Optional)

If you have made any modifications to your config you might want to back up your config since this process will overwrite your existing config.

mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak

Download config and install plugins

First, you need to download the base AstroNvim configuration, and then add this repo as the user directory within the AstroNvim config. The last command dry-runs Neovim to install the plugins and quit. You might need to run this command more than once, until the command no longer prints any output. That is optional though, since if you open Neovim normally, it will still install the necessary plugins, but you will probably need to close and open it to work properly.

# Clone AstroNvim config
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
# Clone this repository as user config
git clone https://github.com/menoua/astronvim_config ~/.config/nvim/lua/user
# Initialize AstroNvim to install plugins
nvim  --headless -c 'quitall'

Usage

# Start Neovim
nvim

astronvim_config's People

Watchers

Menoua Keshishian 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.