nvim : fix indent for markdown.
This commit is contained in:
parent
ea02d7ce4c
commit
ef19be9b0c
|
@ -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
|
||||||
|
|
Reference in a new issue