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