Giter Site home page Giter Site logo

config's People

Contributors

de-vri-es avatar hgaiser avatar hsahin avatar m-ou-se avatar nicknick 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

config's Issues

LS_COLORS broken

@de-vri-es: Looks like the 'real' ls doesn't understand your new LS_COLORS:

$ /bin/ls -l --color=always
/bin/ls: unparsable value for LS_COLORS environment variable

LS_COLORS unparsable

I get the following error when using any form related to ls:
ls: unparsable value for LS_COLORS environment variable

Commenting out the content of dircolors does not solve the problem. However commenting the following lines in shellrc does solve the issue after a relogin:

# if test_command dircolors; then
#     test -r "$config_dir/dircolors" && eval "$(dircolors -b "$config_dir/dircolors")" || eval "$(dircolors -b)"
# fi

Strangely enough the resulting LS_COLORS based on both changes seems exactly the same.

I've also observed that line 58 in shellrc introduces a unnecessary colon. Removing it however also doesn't solve the issue.

I'm using zsh by the way, however switching to bash gives the same error.

`minpac` doesn't seem to work well

Somehow, minpac seems to miss some packages while installing or updating sometimes. On a new computer, I often have to run the install script multiple times until I get all plugins.

Switch from YouCompleteMe to CoC

CoC seems to be working a lot better than YouCompleteMe. The coc branch of this repo uses that, and has been working pretty well.

Few issues left to solve:

  • UltiSnips and CoC seem to hate eachother. Removed UltiSnips for now on the coc branch, but would be good to have it back.
  • The CocInstall commands in the install script don't seem to do anything.
  • /usr/bin/rust-analyzer in coc-settings.json is often the wrong path. Arch's rustup package doesn't symlink rust-analyzer to rustup for example.

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.