chore: disable inline diagnostics in nvf
This commit is contained in:
parent
1446b84212
commit
5f862b595f
1 changed files with 9 additions and 0 deletions
|
@ -47,6 +47,15 @@
|
|||
silent = true;
|
||||
}
|
||||
];
|
||||
luaConfigRC.turn_off_inline_diagnostics =
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
''
|
||||
vim.diagnostic.config({
|
||||
virtual_text = false -- turn off inline diagnostics
|
||||
})
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue