forked from Shinonome/fred-neovim
Initial CSharp support
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
plugins.dap = {
|
||||
enable = true;
|
||||
extensions = {
|
||||
dap-ui.enable = true;
|
||||
dap-virtual-text.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user