mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-26 00:31:00 +01:00
neovim: Enable conceal in wiki
This commit is contained in:
parent
ca246bacca
commit
f1b7eaaa4a
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
pattern = [ "WikiBufferInitialized" ];
|
||||
callback = helpers.mkRaw ''
|
||||
function()
|
||||
vim.opt.conceallevel = 2
|
||||
vim.diagnostic.disable(0)
|
||||
end
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue