From 98faeb58c98217a916e6f1842e9e856bf55890f1 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 2 May 2022 12:19:17 -0400 Subject: [PATCH] set default pspg and import tsx syntax for vim --- .pspgconf | 2 +- .vimrc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.pspgconf b/.pspgconf index 535dec8..02dba4a 100644 --- a/.pspgconf +++ b/.pspgconf @@ -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 diff --git a/.vimrc b/.vimrc index 3aadc91..9ba8895 100644 --- a/.vimrc +++ b/.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