refactor(nvim): disable hardwrap for typst files
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 57s

This commit is contained in:
Price Hiller 2024-04-22 09:04:12 -05:00
parent ab4c04dcb1
commit 65c1541146
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,3 +1,4 @@
vim.opt_local.textwidth = 0
vim.opt_local.shiftwidth = 2
vim.api.nvim_set_hl(
0,