mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-17 06:19:57 -05:00
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