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 rust-vim
supertab supertab
syntastic syntastic
typescript-vim
vim-commentary vim-commentary
vim-fugitive vim-fugitive
vim-gitgutter vim-gitgutter
vim-go vim-go
vim-javacomplete2 vim-javacomplete2
vim-javascript
vim-markdown vim-markdown
vim-nix vim-nix
vim-pandoc
vim-pandoc-syntax
vim-repeat vim-repeat
vim-sneak vim-sneak
vim-surround vim-surround
vim-terraform vim-terraform
vim-pandoc
vim-pandoc-syntax
]; ];
}; };

View File

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

View File

@@ -21,6 +21,7 @@
procs procs
remmina remmina
ripgrep ripgrep
strace
tldr tldr
tokei tokei
tree tree
@@ -53,6 +54,10 @@
rustc rustc
rustfmt rustfmt
# node
nodejs-14_x
nodePackages.yarn
# social media # social media
rtv rtv
@@ -151,7 +156,6 @@
glibcLocales glibcLocales
go-jira go-jira
hadolint hadolint
nodejs-12_x
imagemagick imagemagick
pfetch pfetch
pinentry-curses pinentry-curses