dotfiles/home/.config/lvim/after/ftplugin/markdown.lua
2022-11-20 03:15:58 +01:00

3 lines
187 B
Lua

vim.api.nvim_create_autocmd("BufWinEnter", { pattern = "*.md", command = "setlocal tw=119" })
vim.api.nvim_create_autocmd("BufWinEnter", { pattern = "*.md", command = "SymbolsOutline" })