Skip to content

Instantly share code, notes, and snippets.

@k0emt
Last active January 3, 2024 17:43
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 k0emt/323fac268a3746da10edba2494a54435 to your computer and use it in GitHub Desktop.
Save k0emt/323fac268a3746da10edba2494a54435 to your computer and use it in GitHub Desktop.
vim configuration
filetype on
filetype plugin on
filetype indent on
syntax on
set number
set cursorline
set tabstop=4
set expandtab
set nowrap
set incsearch
set ignorecase
set ruler
set smartcase
set showmatch
set hlsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment