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
|
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
|
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@@ -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'")
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user