nvim: Enable ltex lsp for prose files
This commit is contained in:
parent
707cd30e67
commit
56e14fdc2a
3 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
local writing_ft = { "quarto", "pandoc", "markdown", "text", "tex", "typst" }
|
||||
local writing_ft = { "quarto", "pandoc", "markdown", "text", "tex", "typst", "bib", "context", "rst" }
|
||||
|
||||
local prose_plugs = {
|
||||
-- UI improvements
|
||||
|
|
@ -179,6 +179,12 @@ local prose_plugs = {
|
|||
-- require("papis").setup({})
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"barreiroleo/ltex_extra.nvim",
|
||||
branch = "dev",
|
||||
ft = writing_ft,
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
||||
return prose_plugs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue