mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Buoy updates
This commit is contained in:
parent
102089aadd
commit
c960cf660d
@ -36,6 +36,10 @@ Plug 'tpope/vim-markdown', { 'for': 'markdown' }
|
|||||||
Plug 'AndrewRadev/splitjoin.vim'
|
Plug 'AndrewRadev/splitjoin.vim'
|
||||||
Plug 'dearrrfish/vim-applescript'
|
Plug 'dearrrfish/vim-applescript'
|
||||||
Plug 'cespare/vim-toml'
|
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 'junegunn/goyo.vim'
|
||||||
Plug 'reedes/vim-pencil'
|
Plug 'reedes/vim-pencil'
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
# set open file limit
|
||||||
|
ulimit -n 1024
|
||||||
|
|
||||||
# ignore duplicate history entries
|
# ignore duplicate history entries
|
||||||
setopt histignoredups
|
setopt histignoredups
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user