Giter Site home page Giter Site logo

neovim-config's Introduction

NeoVim Configuration

Banner screenshot

Setup

Requires a powerline font, I use nerd-fonts: https://nerdfonts.com/ (font in the screenshots in Mononoki)

Some of the plugins rely on python 3, so in order to run the setup script you must have python 3 installed on your path as python, same with a pip installation that points to that python interpreter on the path as pip.

Run the install script scripts/nvim_setup.sh to create the initial installation, then run the scripts/update.sh to install/update plugins and python dependencies, then whenever you want to update the installation in-place, run the update script scripts/update.sh.

Run in Docker / zcli

You can use the zanderhavgaard/zcli docker image to run my nvim configuration in a container, it also comes with my zsh configuration and a selection of cli tools.

The image is built using Github Actions on pushes to master of this repository, and then pushed to docker hub. You can also build the image yourself using the Dockerfile.

The image expects you to mount a directory with files you are working on to the path /workspace

You can do something like the following to run an interactive container:

docker run --rm -it -v $(pwd):/workspace zanderhavgaard/zcli

Create an alias:

alias zcli='docker run --rm -it -v `pwd`:/workspace zanderhavgaard/zcli'

(note the specific syntax to avoid the pwd command from being expanded prematurely)

zcli Screenshot

neovim-config's People

Contributors

zanderhavgaard avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

alexandrust88

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.