Skip to content

Instantly share code, notes, and snippets.

@tlkahn
Created February 7, 2025 06:09
Show Gist options
  • Save tlkahn/9f87edec02ebb1f23604904fee21171d to your computer and use it in GitHub Desktop.
Save tlkahn/9f87edec02ebb1f23604904fee21171d to your computer and use it in GitHub Desktop.
poormansvim
set nocompatible
syntax on
set number
set relativenumber
set tabstop=4
set shiftwidth=4
set expandtab
set autoindent
set hlsearch
set incsearch
set ignorecase
set smartcase
set mouse=a
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment