Skip to content

Instantly share code, notes, and snippets.

@kennycyb
Created November 7, 2023 14:47
Show Gist options
  • Save kennycyb/3f8d717b7e9f4d374fb91cb0332f6405 to your computer and use it in GitHub Desktop.
Save kennycyb/3f8d717b7e9f4d374fb91cb0332f6405 to your computer and use it in GitHub Desktop.
.vimrc
set number
set incsearch
set mouse=a
set tabstop=2
set shiftwidth=2
set expandtab
set autoindent
set smartindent
set nocompatible
syntax on
filetype on
filetype indent on
filetype plugin on
set pastetoggle=<F10>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment