feat(neovim): make debugger adapters work for rust and c++
This commit is contained in:
parent
6f8c09023c
commit
97a16187aa
5 changed files with 95 additions and 40 deletions
|
@ -58,6 +58,7 @@ in
|
|||
# C/C++
|
||||
clang-tools
|
||||
gcc # Needed for treesitter
|
||||
vscode-extensions.ms-vscode.cpptools
|
||||
|
||||
# C#
|
||||
csharp-ls
|
||||
|
@ -114,5 +115,7 @@ in
|
|||
config = config;
|
||||
pkgs = pkgs;
|
||||
};
|
||||
|
||||
xdg.configFile."nvim/lua/polish.lua".text = import ./polish.nix pkgs;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue