Skip to content

Instantly share code, notes, and snippets.

View Felix-YH's full-sized avatar

Felix Yeboah Felix-YH

  • Toledo, OH
View GitHub Profile
@Felix-YH
Felix-YH / .vimrc
Created May 31, 2022 12:22 — forked from jusjusjus/.vimrc
My vimrc is configured to edit python and c/c++ code.
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last change: 2006 Nov 16
""" FROM https://realpython.com/blog/python/vim-and-python-a-match-made-in-heaven/
set nocompatible " required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()