mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-28 22:14:28 +00:00
languages/odin: disable dap notification spam
This commit is contained in:
parent
cc76be2ab6
commit
a94f7003fd
2 changed files with 7 additions and 1 deletions
|
|
@ -104,7 +104,9 @@ in {
|
|||
startPlugins = ["nvim-dap-odin"];
|
||||
debugger.nvim-dap.sources.odin-debugger = debuggers.${cfg.dap.debugger}.dapConfig;
|
||||
pluginRC.nvim-dap-odin = entryAfter ["nvim-dap"] ''
|
||||
require('nvim-dap-odin').setup()
|
||||
require('nvim-dap-odin').setup({
|
||||
notifications = false -- contains no usefull information
|
||||
})
|
||||
'';
|
||||
debugger.nvim-dap.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue