summaryrefslogtreecommitdiffstats
path: root/usecases/desktop/development.nix
diff options
context:
space:
mode:
Diffstat (limited to 'usecases/desktop/development.nix')
-rw-r--r--usecases/desktop/development.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/usecases/desktop/development.nix b/usecases/desktop/development.nix
index f52b0b0..19ee25c 100644
--- a/usecases/desktop/development.nix
+++ b/usecases/desktop/development.nix
@@ -83,6 +83,7 @@ in {
83 bacon 83 bacon
84 cargo-info 84 cargo-info
85 rustup 85 rustup
86 lldb
86 87
87 # Python 88 # Python
88 python3Packages.tox 89 python3Packages.tox
@@ -105,8 +106,15 @@ in {
105 neodev-nvim 106 neodev-nvim
106 nvim-lspconfig 107 nvim-lspconfig
107 playground 108 playground
108 rust-tools-nvim
109 vim-grammarous 109 vim-grammarous
110
111 # DAP
112 nvim-dap
113 nvim-dap-ui
114 nvim-dap-virtual-text
115 telescope-dap-nvim
116
117 rustaceanvim
110 ]; 118 ];
111 119
112 variables = { 120 variables = {