Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View VladPetriv's full-sized avatar
🎯
Focusing

Vlad Petriv VladPetriv

🎯
Focusing
  • 09:04 (UTC +02:00)
View GitHub Profile
{
"prettier.singleQuote": true,
"coc.preferences.formatOnSaveFiletypes": ["*"]
}
@VladPetriv
VladPetriv / init.vim
Last active August 17, 2022 08:07
init.vim file
call plug#begin()
" Brackets
Plug 'windwp/nvim-autopairs'
" Nerdtree for nvim
Plug 'preservim/nerdtree'
" Markdown preview for nvim
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' }