mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add strace and yarn
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
};
|
||||
|
@@ -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'")
|
||||
|
@@ -21,6 +21,7 @@
|
||||
procs
|
||||
remmina
|
||||
ripgrep
|
||||
strace
|
||||
tldr
|
||||
tokei
|
||||
tree
|
||||
@@ -53,6 +54,10 @@
|
||||
rustc
|
||||
rustfmt
|
||||
|
||||
# node
|
||||
nodejs-14_x
|
||||
nodePackages.yarn
|
||||
|
||||
# social media
|
||||
rtv
|
||||
|
||||
@@ -151,7 +156,6 @@
|
||||
glibcLocales
|
||||
go-jira
|
||||
hadolint
|
||||
nodejs-12_x
|
||||
imagemagick
|
||||
pfetch
|
||||
pinentry-curses
|
||||
|
Reference in New Issue
Block a user