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