This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"prettier.singleQuote": true, | |
"coc.preferences.formatOnSaveFiletypes": ["*"] | |
} |