File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
docs/manual/release-notes
modules/plugins/languages Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 196196- Added Debugging support to `languages.odin` with
197197 [nvim-dap-odin](https://github.com/NANDquark/nvim-dap-odin).
198198
199+ - Disabled notifications for
200+ [nvim-dap-odin](https://github.com/NANDquark/nvim-dap-odin), because it
201+ contain no use full information, only spam, and it can't be made lazy.
202+
199203- Added [`golangci-lint`](https://golangci-lint.run/) for more diagnostics.
200204
201205- updated default filetypes for
Original file line number Diff line number Diff line change 104104 startPlugins = [ "nvim-dap-odin" ] ;
105105 debugger . nvim-dap . sources . odin-debugger = debuggers . ${ cfg. dap . debugger } . dapConfig ;
106106 pluginRC . nvim-dap-odin = entryAfter [ "nvim-dap" ] ''
107- require('nvim-dap-odin').setup()
107+ require('nvim-dap-odin').setup({
108+ notifications = false -- contains no useful information
109+ })
108110 '' ;
109111 debugger . nvim-dap . enable = true ;
110112 } ;
You can’t perform that action at this time.
0 commit comments