From 935eac81f95ccba923c209ed1cfe7fa2421aedb6 Mon Sep 17 00:00:00 2001 From: mjhika <1zzt6ovh@mojica.anonaddy.com> Date: Thu, 21 Dec 2023 16:58:19 -0500 Subject: [PATCH] disable ocaml by default --- init.lua | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index cd045ddb..ab5100b1 100644 --- a/init.lua +++ b/init.lua @@ -169,10 +169,15 @@ vim.keymap.set('n', 'fd', telscopeb.diagnostics, { desc = '[S]earch [D]i require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter ensure_installed = { - 'c', 'cpp', 'go', 'gomod', - 'gosum', 'gowork', 'lua', - 'vimdoc', 'vim', 'clojure', - 'commonlisp', 'ocaml', 'zig' }, + 'c', 'cpp', + 'go', 'gomod', 'gosum', 'gowork', + 'lua', + 'vimdoc', 'vim', + 'clojure', + 'commonlisp', + -- 'ocaml', + 'zig' + }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = true, @@ -294,7 +299,7 @@ local servers = { -- pyright = {}, -- html = { filetypes = { 'html', 'twig', 'hbs'} }, clojure_lsp = {}, - ocamllsp = {}, + -- ocamllsp = {}, zls = {}, lua_ls = { Lua = {