mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
feat(jupytext.lua): add jupytext setup configuration for markdown style and output extension to .md for better compatibility with markdown files
This commit is contained in:
8
lua/absolute/after/jupytext.lua
Normal file
8
lua/absolute/after/jupytext.lua
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
local jupytext = require("jupytext")
|
||||||
|
|
||||||
|
jupytext.setup({
|
||||||
|
style = "markdown",
|
||||||
|
output_extension = "md", -- Default extension. Don't change unless you know what you are doing
|
||||||
|
force_ft = "markdown", -- Default filetype. Don't change unless you know what you are doing
|
||||||
|
custom_language_formatting = {},
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user