Add strace and yarn

This commit is contained in:
Dave Gallant
2021-02-06 00:25:48 -05:00
parent da274e33de
commit 3d5eccd772
3 changed files with 9 additions and 4 deletions

View File

@@ -304,19 +304,21 @@
rust-vim
supertab
syntastic
typescript-vim
vim-commentary
vim-fugitive
vim-gitgutter
vim-go
vim-javacomplete2
vim-javascript
vim-markdown
vim-nix
vim-pandoc
vim-pandoc-syntax
vim-repeat
vim-sneak
vim-surround
vim-terraform
vim-pandoc
vim-pandoc-syntax
];
};

View File

@@ -20,7 +20,6 @@
set tabstop=2
set wildmenu
" Custom statusline
function! GitBranch()
return system("git rev-parse --abbrev-ref HEAD 2>/dev/null | tr -d '\n'")