nvim : fix indent for markdown.

This commit is contained in:
Dmitry Voronin 2023-09-27 18:54:19 +03:00
parent ea02d7ce4c
commit ef19be9b0c

View file

@ -4,3 +4,6 @@ vim.opt.softtabstop = 2
-- vim.opt.smartindent = true -- vim.opt.smartindent = true
vim.opt.expandtab = true vim.opt.expandtab = true
vim.opt.autoindent = true vim.opt.autoindent = true
-- fix for markdown.
vim.g.markdown_recommended_style = 0