Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

vim configuration

setup

create symlink for the vim and vimrc

ln -s ~/.dotfiles/.vim ~/.vim ln -s ~/.dotfiles/.vimrc ~/.vimrc

on windows use the New-Item (required admin to create symlinks)

New-Item -ItemType SymbolicLink -Path ~/.dotfiles/.vimrc -Target ~/_vimrc

plugins

vimrc uses vim-plug as it's plugin manager. so called minimalist plugin manager.

install