Skip to content

Instantly share code, notes, and snippets.

@kid1412621
Created November 10, 2022 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kid1412621/befb8c9c63f8e8ce7d53a579cc76be67 to your computer and use it in GitHub Desktop.
Save kid1412621/befb8c9c63f8e8ce7d53a579cc76be67 to your computer and use it in GitHub Desktop.
vimrc
syntax on
syntax on
filetype on
set number
set nocompatible
set wildmenu
set hlsearch
set incsearch
set ignorecase
set showmatch
set clipboard+=unnamed
set paste
let mapleader=" "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment