diff options
Diffstat (limited to 'mac/.config/TheSiahxyz/ftplugin/quarto.lua')
| -rw-r--r-- | mac/.config/TheSiahxyz/ftplugin/quarto.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mac/.config/TheSiahxyz/ftplugin/quarto.lua b/mac/.config/TheSiahxyz/ftplugin/quarto.lua new file mode 100644 index 0000000..92e0025 --- /dev/null +++ b/mac/.config/TheSiahxyz/ftplugin/quarto.lua @@ -0,0 +1,6 @@ +-- set some options for quarto files, but they're set on the window, so they'll apply to other +-- buffers too +vim.wo.linebreak = true +vim.wo.breakindent = true +vim.wo.showbreak = "|" +vim.wo.conceallevel = 0 |
