aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp.lua
diff options
context:
space:
mode:
authorFernando Garcia Borges <5019902+fgborges@users.noreply.github.com>2019-12-27 19:02:04 +0900
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-12-27 02:02:04 -0800
commitee9e8727025b95558514f65ccaa6bdebdf6cb12b (patch)
tree810a41ef4e537cffefa1d914de24a57642f1eaff /lua/nvim_lsp.lua
parent[docgen] Update README.md (diff)
downloadnvim-lspconfig-ee9e8727025b95558514f65ccaa6bdebdf6cb12b.tar
nvim-lspconfig-ee9e8727025b95558514f65ccaa6bdebdf6cb12b.tar.gz
nvim-lspconfig-ee9e8727025b95558514f65ccaa6bdebdf6cb12b.tar.bz2
nvim-lspconfig-ee9e8727025b95558514f65ccaa6bdebdf6cb12b.tar.lz
nvim-lspconfig-ee9e8727025b95558514f65ccaa6bdebdf6cb12b.tar.xz
nvim-lspconfig-ee9e8727025b95558514f65ccaa6bdebdf6cb12b.tar.zst
nvim-lspconfig-ee9e8727025b95558514f65ccaa6bdebdf6cb12b.zip
Add ocamlls (#76)
Diffstat (limited to 'lua/nvim_lsp.lua')
-rw-r--r--lua/nvim_lsp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim_lsp.lua b/lua/nvim_lsp.lua
index f09b3835..1a9b7b6e 100644
--- a/lua/nvim_lsp.lua
+++ b/lua/nvim_lsp.lua
@@ -21,6 +21,7 @@ require 'nvim_lsp/solargraph'
require 'nvim_lsp/sumneko_lua'
require 'nvim_lsp/texlab'
require 'nvim_lsp/tsserver'
+require 'nvim_lsp/ocamlls'
local M = {
util = require 'nvim_lsp/util';