GitXplorerGitXplorer
e

vimConfig

public
1 stars
0 forks
4 issues

Commits

List of commits on branch master.
Unverified
ad8f09179013c3b0b11d48ddb7b241abbab0bd7f

update

eelhmn committed 5 months ago
Unverified
1ece550156dfc56165918ed3eeb145c9f7d5ac10

add ruby setup

eelhmn committed a year ago
Unverified
d55de3e220ca7898018b055e8454fee6312040e2

Add asm syntax support

eelhmn committed 2 years ago
Unverified
52207647bcf7104296b1cd73ebf8c9b7527ff421

Change my copilot settings

eelhmn committed 2 years ago
Unverified
f7c8daa468cc18582e7031f741a0e5eaec921576

vimspector use leader as initial character for the mapping

eelhmn committed 2 years ago
Unverified
f32a0478feb65192e29dd7d26ea1f29533107fe5

vimspector add fix for missing python3

eelhmn committed 2 years ago

README

The README file for this repository.

Basic vim config

Installation

clone the repository

git clone repo_link local_repo_name

Add to your ~/.vimrc the folowing line

source local_repo_path/.vimrc

If you have no existing ~/.vimrc in your home simply copy local_repo_path/.vimrc to your home directory

cp local_repo_path/.vimrc ~/

Then create a copy local_repo_path/.{vim, vimsrcs} to your hoeme directory

cp local_repo_path/.{vim, vimsrcs} ~/

Or create a symlink

ln -s local_repo_path/.{vimrc, vim, vimsrcs} ~/

Instal completion plugins :

  • stern for js (make js)
  • copy .stern-project to your home directory