Skip to content

dlazares/vimjob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimjob

git clone https://github.com/dlazares/vimjob ~/.vim

curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

ln ~/.vim/vimrc ~/.vimrc

On a fresh install..

  1. node --version Verify you don't have node

Install Vim (using NVM) for CoC langauge server and type completions

  1. curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
  2. export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
  3. nvm install node
  4. node --version to verify

open vim and run :PlugInstall

close vim, re-open vim, and run :CocInstall coc-tsserver for typescript and :CocInstall coc-pyright for python

For Tmux usage (fix colors)

  1. echo 'set -g default-terminal "screen-256color"' >> ~/.tmux.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 99.8%
  • Other 0.2%