From 24f4cbc1ddc4c540b6d69c1cd9d66d60b06ccec1 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 10 Oct 2024 10:09:57 +0200 Subject: tex: use tex-fmt with efm doesn't use the buffer but the file on disk currently, fix later --- .config/nvim/lua/plugins/lsp.lua | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.config/nvim/lua/plugins') diff --git a/.config/nvim/lua/plugins/lsp.lua b/.config/nvim/lua/plugins/lsp.lua index c10eefc..41616de 100644 --- a/.config/nvim/lua/plugins/lsp.lua +++ b/.config/nvim/lua/plugins/lsp.lua @@ -128,8 +128,18 @@ return { -- efm require("lspconfig")["efm"].setup({ on_attach = on_attach, + settings = { + initializationOptions = { + documentFormatting = true, + documentRangeFormatting = true, + hover = true, + documentSymbol = true, + codeAction = true, + completion = true + } + }, capabilities = capabilities, - filetypes = { 'sh' }, + filetypes = { 'sh', 'tex' }, }) vim.g.rustaceanvim = { -- cgit v1.2.3-70-g09d2