Skip to content

Instantly share code, notes, and snippets.

@lmayorga1980
Last active April 21, 2021 12:39
Show Gist options
  • Save lmayorga1980/20cd570bf138cc99bee3cdd82b4eea75 to your computer and use it in GitHub Desktop.
Save lmayorga1980/20cd570bf138cc99bee3cdd82b4eea75 to your computer and use it in GitHub Desktop.
Spf13 Personal VIM Scheme
let g:go_version_warning = 0
let g:go_gopls_enabled = 0
let g:hcl_fmt_autosave = 0
let g:tf_fmt_autosave = 0
let g:nomad_fmt_autosave = 0
let g:rainbow_active = 0
set nocompatible
colorscheme nord
set cursorline
"hi CursorLine term=bold cterm=bold guibg=Black
set term=xterm-256color
set encoding=utf-8
let g:Powerline_symbols = 'fancy'
set clipboard=unnamed
set nohlsearch
set textwidth=79
set shiftwidth=4
set expandtab
set softtabstop=4
set shiftround
set nowrap
set tabstop=4
set autoindent
set number
set showmatch
set nospell
set nobackup
set nowritebackup
set noswapfile
set noautoindent
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*
let g:syntastic_auto_loc_list=1
let g:syntastic_loc_list_height=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment