diff options
author | PZ31k0nauT <[email protected]> | 2021-07-04 03:18:22 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-03 21:18:22 -0400 |
commit | 632e7bf19418e5792538bbedb602b1e10215fa52 (patch) | |
tree | 68ba001bd23e7e441163125e7e14611578d1bb22 /ftplugin/latex.lua | |
parent | a82a66565ef05bff1a8ff8afdb90d13b8e4bfcd6 (diff) |
Rename latex.lua to tex.lua (#633)
Diffstat (limited to 'ftplugin/latex.lua')
-rw-r--r-- | ftplugin/latex.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftplugin/latex.lua b/ftplugin/latex.lua deleted file mode 100644 index 179c143c..00000000 --- a/ftplugin/latex.lua +++ /dev/null @@ -1,4 +0,0 @@ -require'lspconfig'.texlab.setup{ - cmd = {DATA_PATH .. "/lspinstall/latex/texlab"}, - on_attach = require'lsp'.common_on_attach -} |