From 20ed47e21e966a5b857ef9970ae6171b3a504ce1 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Thu, 1 Jul 2021 23:42:26 -0400 Subject: lsp in ftplugin austonautomoy --- ftplugin/latex.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ftplugin/latex.lua (limited to 'ftplugin/latex.lua') diff --git a/ftplugin/latex.lua b/ftplugin/latex.lua new file mode 100644 index 00000000..179c143c --- /dev/null +++ b/ftplugin/latex.lua @@ -0,0 +1,4 @@ +require'lspconfig'.texlab.setup{ + cmd = {DATA_PATH .. "/lspinstall/latex/texlab"}, + on_attach = require'lsp'.common_on_attach +} -- cgit v1.2.3