diff options
author | Abouzar Parvan <[email protected]> | 2022-02-23 14:29:09 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-23 14:29:09 +0330 |
commit | ffcfdf43062dd4a3a72eda4a657448354ec55262 (patch) | |
tree | cb2bb7471a86dd16e3c7fdb2987bb79170cda2d5 /lua/lvim/lsp/config.lua | |
parent | 4400e39a69dce6c2a63b391242e38f781e35025d (diff) |
refactor(nvim-tree): update settings structure (#2304)
Diffstat (limited to 'lua/lvim/lsp/config.lua')
-rw-r--r-- | lua/lvim/lsp/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lvim/lsp/config.lua b/lua/lvim/lsp/config.lua index 4feb64a9..72a1941f 100644 --- a/lua/lvim/lsp/config.lua +++ b/lua/lvim/lsp/config.lua @@ -78,6 +78,7 @@ return { "graphql", "jedi_language_server", "ltex", + "ocamllsp", "phpactor", "psalm", "pylsp", |