dotfiles/home/.config/lvim/after/ftplugin/markdown.lua

3 lines
187 B
Lua
Raw Normal View History

2022-11-19 21:11:47 +00:00
vim.api.nvim_create_autocmd("BufWinEnter", { pattern = "*.md", command = "setlocal tw=119" })
vim.api.nvim_create_autocmd("BufWinEnter", { pattern = "*.md", command = "SymbolsOutline" })