From c960cf660d2b4366cdf9f0350dd01b123df72acd Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Wed, 24 Feb 2021 15:24:02 -0500 Subject: [PATCH] Buoy updates --- vimrc.bundles.local | 4 ++++ zshrc.local | 3 +++ 2 files changed, 7 insertions(+) diff --git a/vimrc.bundles.local b/vimrc.bundles.local index ba25011..3f2aa86 100644 --- a/vimrc.bundles.local +++ b/vimrc.bundles.local @@ -36,6 +36,10 @@ Plug 'tpope/vim-markdown', { 'for': 'markdown' } Plug 'AndrewRadev/splitjoin.vim' Plug 'dearrrfish/vim-applescript' Plug 'cespare/vim-toml' +Plug 'leafgarland/typescript-vim' +Plug 'peitalin/vim-jsx-typescript' +Plug 'jparise/vim-graphql' +Plug 'styled-components/vim-styled-components', { 'branch': 'main' } Plug 'junegunn/goyo.vim' Plug 'reedes/vim-pencil' diff --git a/zshrc.local b/zshrc.local index 95d85ef..7ed33f0 100644 --- a/zshrc.local +++ b/zshrc.local @@ -1,3 +1,6 @@ +# set open file limit +ulimit -n 1024 + # ignore duplicate history entries setopt histignoredups