Skip to content

Instantly share code, notes, and snippets.

@datmt
Last active June 19, 2025 16:04
Show Gist options
  • Select an option

  • Save datmt/91e81d887bc317706d818bd8fe473b06 to your computer and use it in GitHub Desktop.

Select an option

Save datmt/91e81d887bc317706d818bd8fe473b06 to your computer and use it in GitHub Desktop.
My Vim RC
set nocompatible
syntax on
filetype plugin indent on
set number
set ruler
set encoding=utf-8
set wrap
set tabstop=2
set shiftwidth=2
set softtabstop=2
set expandtab
set laststatus=2
set showmode
set showcmd
set hlsearch
set incsearch
set ignorecase
set smartcase
set showmatch
" display vertical column, perfect for yaml
set cursorcolumn
highlight CursorColumn ctermbg=235
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment