diff options
| author | 2025-05-09 13:30:25 +0300 | |
|---|---|---|
| committer | 2025-05-09 13:30:25 +0300 | |
| commit | 076f54eceee3231b3bbaaec3a849c75953ea8bbb (patch) | |
| tree | fb41ad07df25d9ca07a380265d54ad79ea600908 /flake.nix | |
| parent | feat: use `lazydev.nvim` for better NeoVim lua suggestions (diff) | |
| download | neovim-configuration-076f54eceee3231b3bbaaec3a849c75953ea8bbb.tar.gz neovim-configuration-076f54eceee3231b3bbaaec3a849c75953ea8bbb.tar.bz2 neovim-configuration-076f54eceee3231b3bbaaec3a849c75953ea8bbb.tar.lz neovim-configuration-076f54eceee3231b3bbaaec3a849c75953ea8bbb.tar.xz neovim-configuration-076f54eceee3231b3bbaaec3a849c75953ea8bbb.tar.zst neovim-configuration-076f54eceee3231b3bbaaec3a849c75953ea8bbb.zip | |
feat: add `nvim-dap`
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -161,6 +161,10 @@ biome typescript-language-server ]; + + debug = [ + lldb + ]; }; }; @@ -243,6 +247,12 @@ git = [ gitsigns-nvim ]; + debug = [ + nvim-dap + nvim-dap-ui + nvim-dap-virtual-text + ]; + ui = [ bufferline-nvim lualine-nvim |
