Skip to content

omatviiv/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.vim

Preconfigured scripts that vim is looking for at startup.

how to use

  1. Clone repository.
  2. Install tpope/vim-pathogen:
  mkdir -p ~/.vim/autoload ~/.vim/bundle && \
  curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
  1. brew install jq - install commandline json parser which is used in vim scripts
  2. (optional) Install plugins ~/.vim/vimrc contains section which lists plugins with plugin specifc configs. Simply choose plugins you want to install and run git clone ... from plugin description for each one.
  3. (optional) Install translate shell (used by commands :TUK :TEN).

notes

.vim/pack/github/start/copilot.vim is in .gitignore because better to follow copilot installation instructions from copilot repo since there is an auth required anyway so including it here won't really help.

Why this repo is on gihub: it is refered in some of my stackoverflow answers so it has to be public.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors