Skip to content

Instantly share code, notes, and snippets.

@oidualc
Last active December 8, 2021 16:19
Show Gist options
  • Save oidualc/b6dc6e642d975fc87a11a08f4ac81b23 to your computer and use it in GitHub Desktop.
Save oidualc/b6dc6e642d975fc87a11a08f4ac81b23 to your computer and use it in GitHub Desktop.
My vim configuration
call plug#begin('~/.vim/plugged')
Plug 'preservim/nerdtree'
Plug 'vim-airline/vim-airline'
Plug 'tpope/vim-fugitive'
call plug#end()
let g:airline_powerline_fonts = 1
syntax on
set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment