1
0
Fork 0
dot/.config/nvim/after/ftplugin/markdown.lua

6 lines
168 B
Lua
Raw Normal View History

2024-01-27 21:12:38 +01:00
-- options ---------------------------------------------------------------------
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2
vim.bo.expandtab = true
vim.bo.textwidth = 72