summaryrefslogtreecommitdiff
path: root/lua/plugins/writing.lua
blob: 0b5669f63c802bfa9cddb57a65661df499807e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
return {
	{
		"junegunn/goyo.vim",
		ft = { 'markdown', 'markdown.pandoc', 'tex', 'c' }
	},
	{
		"junegunn/limelight.vim",
		ft = { 'markdown', 'markdown.pandoc', 'tex', 'c' }
	},
	{
		"vim-pandoc/vim-pandoc",
		ft = { 'markdown', 'markdown.pandoc' },
		lazy = false
	},
	{
		"vim-pandoc/vim-pandoc-syntax",
		ft = { 'markdown', 'markdown.pandoc' },
		lazy = false
	},
	{
		"lervag/vimtex",
		ft = { 'tex' },
		lazy = false
	},
}