Created
February 5, 2022 03:46
-
-
Save skylerspaeth/96db4532fa8894b51d9f055263baca30 to your computer and use it in GitHub Desktop.
.vimrc 2/4/2022
This file contains hidden or 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
filetype plugin indent on | |
syntax on | |
set nu | |
set nowrap | |
set relativenumber | |
"Language-specific customizations: | |
"For *.hbs: | |
au BufNewFile,BufRead *.handlebars,*.hbs set filetype=html | |
"For *.js: | |
autocmd FileType javascript setlocal ts=2 sts=2 sw=2 | |
"For *.jsx: | |
autocmd FileType javascriptreact setlocal sts=2 sts=2 sw=2 | |
"VimPlug is required for below to work: | |
call plug#begin() | |
Plug 'chemzqm/vim-jsx-improve' | |
call plug#end() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/junegunn/vim-plug
https://github.com/neoclide/vim-jsx-improve
https://vimawesome.com/plugin/vim-jsx-improve