Coder Social home page Coder Social logo

nvim-config's Introduction

AstroNvim

NOTE: This is for AstroNvim v4+

My AstroNvim configuration based on the user configuration template.

Preview

Dasboard

Overview

๐Ÿ› ๏ธ Installation

Make a backup of your current astronvim-v4 configuration and shared folder

mv "${XDG_CONFIG_HOME:-${HOME}/.config}/astronvim_v4" "${XDG_CONFIG_HOME:-${HOME}/.config}/astronvim_v4.backup"
mv "${XDG_DATA_HOME:-${HOME}/.local/share}/astronvim_v4" "${XDG_DATA_HOME:-${HOME}/.local/share}/astronvim_v4.backup"

Clone my configuration

git clone --branch astronvim-v4/main https://github.com/manuuurino/nvim-config "${XDG_CONFIG_HOME:-${HOME}/.config}/astronvim_v4"

Installing spells

the spells are already included in the repository

mkdir -p "${XDG_CONFIG_HOME:-${HOME}/.config}/astronvim_v4/spell"
wget -P "${XDG_CONFIG_HOME:-${HOME}/.config}/astronvim_v4/spell" \
  https://ftp.nluug.nl/pub/vim/runtime/spell/en.utf-8.spl \
  https://ftp.nluug.nl/pub/vim/runtime/spell/de.utf-8.spl

choose a mirror

https://www.vim.org/mirrors.php

Try it in a docker container

Not all lsp, formatters and linters are supported in the docker container.

docker run -w /root -it --rm alpine:edge sh -uelic '
  apk add bash git lua nodejs npm lazygit bottom python3 go neovim curl ripgrep alpine-sdk gzip cargo --update
  git clone --branch astronvim-v4/main https://github.com/manuuurino/nvim-config ~/.config/nvim/
  nvim && bash
'

Start Neovim

NVIM_APPNAME=astronvim_v4 nvim

nvim-config's People

Contributors

luxus avatar manuuurino avatar mehalter avatar mifix avatar sacro avatar utkarshgupta137 avatar uzaaft avatar

Stargazers

 avatar  avatar

Watchers

 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.