add some more packages
This commit is contained in:
parent
7e384e0f38
commit
67a33444a2
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
@ -31,6 +31,7 @@ in
|
||||||
dmenu
|
dmenu
|
||||||
xsel
|
xsel
|
||||||
manix
|
manix
|
||||||
|
shellcheck
|
||||||
|
|
||||||
rlwrap
|
rlwrap
|
||||||
# i like having easy access to a lot of repls
|
# i like having easy access to a lot of repls
|
||||||
|
@ -123,6 +124,9 @@ in
|
||||||
|
|
||||||
# CoC
|
# CoC
|
||||||
# Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
# Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
|
coc-sh
|
||||||
|
coc-json
|
||||||
|
coc-fish
|
||||||
|
|
||||||
haskell-vim
|
haskell-vim
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue