1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Buoy updates

This commit is contained in:
Daniel Barber 2021-02-24 15:24:02 -05:00
parent 102089aadd
commit c960cf660d
2 changed files with 7 additions and 0 deletions

View File

@ -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'

View File

@ -1,3 +1,6 @@
# set open file limit
ulimit -n 1024
# ignore duplicate history entries
setopt histignoredups