feat(nvim): enabled c++ debugging
This commit is contained in:
parent
bd20a50379
commit
100f65c951
2 changed files with 20 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
{ pkgs, theme, vimwikiPath, ... }:
|
||||
{
|
||||
# symlink for a stable path
|
||||
home.file.".vscode-extensions/vscode-lldb".source = pkgs.vscode-extensions.vadimcn.vscode-lldb;
|
||||
|
||||
programs = {
|
||||
neovim = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue