Giter Club home page Giter Club logo

vimconfig's Introduction

Current setup for vim and tmux

Installing vimconfig

Mac setup steps

init.vim should be symlinked to .vimrc

  • Run ln -s ~/.vim/init.vim ~/.vimrc

You need tmux

  • Run brew install tmux

Install this to have tmux and your clipboard be friends

  • Run brew install reattach-to-user-namespace

tmux.conf should be symlinked to ~/.tmux.conf

  • Run ln -s ~/.vim/tmux.conf ~/.tmux.conf

Install Ripgrep to use with the :Rg fzf command

  • Run brew install ripgrep

Install your vim plugins

  • Start up vim (it should automatically install vim-plug and then all the plugins inside plugs.vim)

Install additonal coc extensions via :CocInstall as you please

  • e.g. coc-tsserver, coc-prettier, coc-eslint, coc-html, coc-css, coc-json

Custom Vim Plugins

  • Add the file ~/.vim/plugs.custom.vim.
  • Add vim plugins to that file like this Plug 'gituser/repo-name'
  • Then run :PlugInstall

Custom Vim Stuff

The directory custom/ can be filled with any vim files you want and they will all be loaded into the vim setup. None of that directory is version controlled.

vimconfig's People

Contributors

dckesler avatar joeldenning avatar mastermel 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.