mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
9 lines
131 B
Lua
9 lines
131 B
Lua
return {
|
|
filetypes = { "text", "plaintex", "tex", "markdown" },
|
|
settings = {
|
|
ltex = {
|
|
language = "en",
|
|
},
|
|
},
|
|
}
|