Code Monkey home page Code Monkey logo

vimrc's Introduction

vimrc by posquit0

VIM Configuration for nerds written by posquit0

MIT Licence Open Source Love


This VIM configuration is written by posquit0 to improve the environment in VIM.

Usage

$ cd ~
$ git clone https://github.com/posquit0/vimrc ~/.vim
$ ln -s .vim/vimrc .vimrc
# If you use NeoVIM
$ ln -s ~/.vim .config/nvim
$ vim +PlugInstall +qall now

Contributing

This project follows the Contributor Covenant Code of Conduct.

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or ask feature requests.

Self Promotion

Like this project? Follow the repository on GitHub. And if you're feeling especially charitable, follow posquit0 on GitHub.

See Also

  • brewfile - Brewfile to install softwares in macOS for engineers.
  • dotfiles - Awesome configurations for the development environments.
  • gitconfig - Git configurations.
  • tmux-conf - TMUX Configuration for nerds with tpm.
  • zshrc - Zsh Configuration for nerds with zplug.

License

Provided under the terms of the MIT License.

Copyright © 2014-2023, Byungjin Park.

vimrc's People

Contributors

posquit0 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

vimrc's Issues

Deprecated settings in deoplete plugin

Hi I forked your project and found that the following deoplete's settings in plugins.programming.vim are deprecated:

  " When a capital letter is included in input, does not ignore
  let g:deoplete#enable_smart_case=1
  " Set the number of the input completion at the time of key input
  let g:deoplete#auto_complete_start_length=2
  " Set the limit of candidates
  let g:deoplete#max_list=32

And, here is my solution:

  autocmd VimEnter * call deoplete#custom#option({
  \ 'smart_case': v:true,
  \ 'auto_complete_start_length': 2,
  \ 'max_list': 32,
  \ })

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.