Skip to content

Instantly share code, notes, and snippets.

@navichok26
Last active June 15, 2021 01:57
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 navichok26/6e6e9e5993dc483b3ef82206a031eb86 to your computer and use it in GitHub Desktop.
Save navichok26/6e6e9e5993dc483b3ef82206a031eb86 to your computer and use it in GitHub Desktop.
updateable .vimrc
call plug#begin('~/.vim/plugged')
Plug 'sheerun/vim-polyglot'
Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'}
Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
Plug 'plasticboy/vim-markdown'
Plug 'flazz/vim-colorschemes'
Plug 'xolox/vim-colorscheme-switcher'
Plug 'xolox/vim-misc'
call plug#end()
set nocompatible
colorscheme preto
syntax enable
"set number
set tabstop=4
set shiftwidth=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment