mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 07:15:08 +02:00
neovim: Disable ltex in wiki
This commit is contained in:
parent
ed213f1f52
commit
299e4b8194
1 changed files with 9 additions and 0 deletions
|
|
@ -22,6 +22,15 @@
|
|||
|
||||
autoGroups.BigFileOptimizer = { };
|
||||
autoCmd = [
|
||||
{
|
||||
event = [ "User" ];
|
||||
pattern = [ "WikiBufferInitialized" ];
|
||||
callback = helpers.mkRaw ''
|
||||
function()
|
||||
vim.diagnostic.disable(0)
|
||||
end
|
||||
'';
|
||||
}
|
||||
{
|
||||
event = [
|
||||
"BufNewFile"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue