mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): digestif (LS for tex)
This commit is contained in:
parent
166cdb25f5
commit
978f150401
7 changed files with 61 additions and 23 deletions
|
|
@ -71,7 +71,7 @@ local common_dictionary = {
|
|||
require "lspconfig".ltex.setup {
|
||||
on_attach = on_attach,
|
||||
cmd = { "ltex-ls" },
|
||||
filetypes = { "markdown", "text", "gitcommit" },
|
||||
filetypes = { "markdown", "text", "gitcommit", "tex" },
|
||||
settings = {
|
||||
ltex = {
|
||||
language = "auto",
|
||||
|
|
@ -122,6 +122,11 @@ require "lspconfig".rust_analyzer.setup {
|
|||
capabilities = capabilities,
|
||||
cmd = { "rustup", "run", "stable", "rust-analyzer" }
|
||||
}
|
||||
-- tex
|
||||
require "lspconfig".digestif.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
-- Markdown
|
||||
require "lspconfig".marksman.setup {
|
||||
on_attach = on_attach,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue