Skip to content

Commit 1b1ff83

Browse files
committed
Autocmd fix
1 parent 4984ebd commit 1b1ff83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/autocmds.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
3232
group = vim.api.nvim_create_augroup('json_conceal', { clear = true }),
3333
pattern = { "json", "jsonc", "json5" },
3434
callback = function()
35-
vim.bo.conceallevel = 0
35+
vim.wo.conceallevel = 0
3636
end,
3737
})

0 commit comments

Comments
 (0)