Giter Club home page Giter Club logo

geovim's Introduction

Create Container Image

GeoVim

My setup for LazyVim.

Installation

Install the dependencies:

brew install lazygit lua luajit neovim

Move your current configuration to one side:

# required
mv ~/.config/nvim ~/.config/nvim.bak

# optional but recommended
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak

Checkout the config:

git clone https://github.com/geogdog/geovim ~/.config/nvim

And start neovim:

nvim

Docker

I also provide a docker container build for amd64 or arm64:

docker run -ti geogdog/geovim:latest

Corporate Proxy

If, like me, you work behind a corporate proxy with a CA, then you can build your own container and inject your Root and Issuing CAs:

Get the CA certs and place them in a ca directory. The create this Dockerfile:

FROM geogdog/geovim:latest
USER root
COPY ca/*.crt /usr/local/share/ca-certificates
RUN update-ca-certificates
USER geovim

Now you can build and run it:

docker build -t geovim .
docker run --ti --rm geovim

Additional Plugins

Name Description Key/Command
junegunn/vim-easy-align EasyAlign EasyAlign
iamcco/markdown-preview.nvim Preview Markdown MarkdownPreview
ahmedkhalf/project.nvim Telescope Projects <leader>fp

Additional Keymappings

neo-tree.vim

Key Description Mode
<leader>fg NeoTree focus n

Additional Snippets

shell

Name Description
strict Bash Strict Mode

geovim's People

Contributors

geogdog avatar

Stargazers

 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.