Giter Club home page Giter Club logo

alpine-vim's People

Contributors

jaremko avatar pcasaretto avatar timbuckley avatar williamdugdale avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alpine-vim's Issues

windows

is there any way to start it on windows ?

Cannot create diffs

The following error is occurring when issuing :Gdiff :

Error detected while processing function <SNR>31_Diff:
line   60:
E97: Cannot create diffs
Press ENTER or type command to continue

The same happens when running vimdiff against any files

throw a error in osx10.11.5

this is what i run in iterm2:

docker pull jare/vim-bundle
alias vv="docker run -ti --rm -v $(pwd):/home/developer/workspace jare/vim-bundle"
vv index.html

but it throw a error :
can you help me to fixed this? thank you very much.

Error detected while processing /usr/share/vim/vim74/colors/desert.vim:
line   27:
E254: Cannot allocate color khaki
E254: Cannot allocate color slategrey
line   36:
E254: Cannot allocate color gold
line   37:
E254: Cannot allocate color tan
line   38:
E254: Cannot allocate color slategrey
E254: Cannot allocate color khaki
line   40:
E254: Cannot allocate color goldenrod
line   43:
E254: Cannot allocate color springgreen
line   44:
E254: Cannot allocate color peru
E254: Cannot allocate color wheat
line   45:
E254: Cannot allocate color yellowgreen
line   48:
E254: Cannot allocate color indianred
line   49:
E254: Cannot allocate color khaki
E254: Cannot allocate color olivedrab
line   51:
E254: Cannot allocate color salmon
line   58:
E254: Cannot allocate color SkyBlue
line   60:
E254: Cannot allocate color palegreen
line   61:
E254: Cannot allocate color khaki
line   62:
E254: Cannot allocate color indianred
line   63:
E254: Cannot allocate color darkkhaki
line   64:
E254: Cannot allocate color navajowhite
line   68:
E254: Cannot allocate color orangered
E254: Cannot allocate color yellow2
line   27:
E254: Cannot allocate color khaki
E254: Cannot allocate color slategrey
line   36:
E254: Cannot allocate color gold
line   37:
E254: Cannot allocate color tan
line   38:
E254: Cannot allocate color slategrey
E254: Cannot allocate color khaki
line   40:
E254: Cannot allocate color goldenrod
line   43:
E254: Cannot allocate color springgreen
line   44:
E254: Cannot allocate color peru
E254: Cannot allocate color wheat
line   45:
E254: Cannot allocate color yellowgreen
line   48:
E254: Cannot allocate color indianred
line   49:
E254: Cannot allocate color khaki
E254: Cannot allocate color olivedrab
line   51:
E254: Cannot allocate color salmon
line   58:
E254: Cannot allocate color SkyBlue
line   60:
E254: Cannot allocate color palegreen
line   61:
E254: Cannot allocate color khaki
line   62:
E254: Cannot allocate color indianred
line   63:
E254: Cannot allocate color darkkhaki
line   64:
E254: Cannot allocate color navajowhite
line   68:
E254: Cannot allocate color orangered
E254: Cannot allocate color yellow2
Error detected while processing /home/developer/.vimrc:
line  197:
E185: Cannot find color scheme 'peaksea'
Error detected while processing /usr/share/vim/vim74/colors/desert.vim:
line   27:
E254: Cannot allocate color khaki
E254: Cannot allocate color slategrey
line   36:
E254: Cannot allocate color gold
line   37:
E254: Cannot allocate color tan
line   38:
E254: Cannot allocate color slategrey
E254: Cannot allocate color khaki
line   40:
E254: Cannot allocate color goldenrod
line   43:
E254: Cannot allocate color springgreen
line   44:
E254: Cannot allocate color peru
E254: Cannot allocate color wheat
line   45:
E254: Cannot allocate color yellowgreen
line   48:
E254: Cannot allocate color indianred
line   49:
E254: Cannot allocate color khaki
E254: Cannot allocate color olivedrab
line   51:
E254: Cannot allocate color salmon
line   58:
E254: Cannot allocate color SkyBlue
line   60:
E254: Cannot allocate color palegreen
line   61:
E254: Cannot allocate color khaki
line   62:
E254: Cannot allocate color indianred
line   63:
E254: Cannot allocate color darkkhaki
line   64:
E254: Cannot allocate color navajowhite
line   68:
E254: Cannot allocate color orangered
E254: Cannot allocate color yellow2
Press ENTER or type command to continue

Vim looks weird even with Solarized Dark theme

Linux distribution: Ubuntu 16.04
Terminal: gnome-terminal (3.18.3)

Vim look
vim

Color theme
theme

I have a feeling that this won't work on Ubuntu/Gnome terminals. Any tips on a better terminal or distribution?

Run the base image and vim does not display properly

It might be weird why I run the base image jare/alpine-vim rather than the vim-bundle image. I do so in order to learn how to create my own vim docker image from scratch and attempted to use the base image as a starting point.

I only need add one line before ENTRYPOINT statment of alpine-vim-base/Dockerfile:
WORKDIR /workspace

Build this image after I cd into the repo:
docker build -t docker-vim alpine-vim-base

And I run it for editing:
docker run -it --rm -v pwd:/workspace docker-vim alpine-vim-base/Dockerfile

Surprisingly, vim does not render all content. You can see 1/3 of lines are blank:
image

And if I run :set nu to display line number, the problem becomes more visible, and you can not even scroll up to go to the begining of the file:
image

I must say this issue is intermittent, and one out of ten it might give me proper display. Please anyone can help me?
Environment: macOS Mojave 10.14.1
Docker:
image

Default maping is weird.

Hi

I am trying to use multi-cursor with the key <C-n> - Try it three times.

It shows a weird error, sometimes it cuts the characters, sometimes it deletes the entire line.

some plugins not loading

Contrary to the screenshot in README
this is how my vim looks on running
edit run
screen shot 2018-02-14 at 4 28 56 am

I'm running Docker version 18.02.0-ce-rc2, build f968a2c on macos sierra

Add ability to choose uid and gid

I'm trying to edit the contents of a volume, but I need uid = 100 and gid = nobody
It would be nice if the container somehow respected docker run --user 100:nobody so I was able to edit my files with the correct permissions.

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.