set default pspg and import tsx syntax for vim
This commit is contained in:
parent
8d02d2e6f7
commit
98faeb58c9
@ -27,7 +27,7 @@ last_row_search = true
|
||||
progressive_load_mode = true
|
||||
highlight_odd_rec = false
|
||||
hide_header_line = false
|
||||
theme = 17
|
||||
theme = 0
|
||||
border_type = 2
|
||||
default_clipboard_format = 0
|
||||
clipboard_app = 0
|
||||
|
2
.vimrc
2
.vimrc
@ -11,6 +11,8 @@ Plugin 'kien/ctrlp.vim'
|
||||
Plugin 'scrooloose/nerdtree'
|
||||
Plugin 'edkolev/tmuxline.vim'
|
||||
Plugin 'vim-airline/vim-airline-themes'
|
||||
Plugin 'leafgarland/typescript-vim'
|
||||
Plugin 'peitalin/vim-jsx-typescript'
|
||||
"Plugin 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}
|
||||
" All of your Plugins must be added before the following line
|
||||
call vundle#end() " required
|
||||
|
Loading…
Reference in New Issue
Block a user