diff options
author | sefidel <contact@sefidel.net> | 2022-08-02 13:37:42 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-08-02 13:37:42 +0900 |
commit | f03de0d3f2240f51f3b96b79e32999f3a693cb9d (patch) | |
tree | 7b864aecc7e246c8d5c7bdb9525d21c01e352b5a | |
parent | 70c2b814cc709d3369b9acb4ff5e6a23111962e8 (diff) | |
download | nvimrc-f03de0d3f2240f51f3b96b79e32999f3a693cb9d.tar.gz nvimrc-f03de0d3f2240f51f3b96b79e32999f3a693cb9d.zip |
lsp: add tex
-rw-r--r-- | fnl/nvrc/packs/lspconfig.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl index 612cb54..39d96b5 100644 --- a/fnl/nvrc/packs/lspconfig.fnl +++ b/fnl/nvrc/packs/lspconfig.fnl @@ -33,3 +33,4 @@ (init_lsp :hls) (init_lsp :rust_analyzer) +(init_lsp :ltex) |