summaryrefslogtreecommitdiffstats
path: root/usecases/desktop/development.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2023-12-11 22:41:03 +0100
committerMinijackson <minijackson@riseup.net>2023-12-11 22:41:03 +0100
commit33ccd8c2bd2693625c452bbb1dd224f85159dcb9 (patch)
tree6e2379a5724b1824f042300f27dd661068e2d8a7 /usecases/desktop/development.nix
parentec2f215c37a793f774777c46d18f02ecf196a572 (diff)
downloadnixos-config-reborn-33ccd8c2bd2693625c452bbb1dd224f85159dcb9.tar.gz
nixos-config-reborn-33ccd8c2bd2693625c452bbb1dd224f85159dcb9.zip
development: use rustaceanvim for rust, add dap plugins
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 = {