Skip to content

Instantly share code, notes, and snippets.

@twilson63
Created March 7, 2019 20:16
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 twilson63/691b88c223ad55e720b809be12e54f90 to your computer and use it in GitHub Desktop.
Save twilson63/691b88c223ad55e720b809be12e54f90 to your computer and use it in GitHub Desktop.
my vimrc file
call plug#begin('~/.vim/plugged')
Plug 'pangloss/vim-javascript'
Plug 'mxw/vim-jsx'
Plug 'drewtempelmeyer/palenight.vim'
Plug 'jxnblk/vim-mdx-js'
call plug#end()
set background=dark
colorscheme palenight
filetype plugin indent on
set tabstop=2
set shiftwidth=2
set expandtab
au BufReadPost *.svelte set syntax=html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment