Skip to content

Instantly share code, notes, and snippets.

View vlad-marlo's full-sized avatar
Backend developer

Vladislav Agapov vlad-marlo

Backend developer
View GitHub Profile
@vlad-marlo
vlad-marlo / .vimrc
Last active November 2, 2021 10:11 — forked from alexey-goloburdin/.vimrc
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required