From a0c8499c9cf31dc6057645171c7296035db0f3cb Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Sat, 2 Mar 2024 14:08:25 +0900 Subject: [PATCH] calc disable --- init.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 68d57a4..c2b7207 100644 --- a/init.lua +++ b/init.lua @@ -171,7 +171,6 @@ require("lazy").setup({ { "hrsh7th/cmp-cmdline", event = "ModeChanged" }, { "hrsh7th/cmp-nvim-lsp-signature-help", event = "LspAttach" }, { "hrsh7th/cmp-nvim-lsp-document-symbol", event = "LspAttach" }, - { "hrsh7th/cmp-calc", event = "InsertEnter" }, { "onsails/lspkind.nvim", event = "LspAttach" }, { "hrsh7th/vim-vsnip", event = "InsertEnter" }, { "hrsh7th/vim-vsnip-integ", event = "InsertEnter" }, @@ -655,7 +654,6 @@ cmp.setup({ { name = "nvim_lsp", max_item_count = 15, keyword_length = 2 }, { name = "vsnip", max_item_count = 15, keyword_length = 2 }, { name = "nvim_lsp_signature_help" }, - { name = "calc" }, { name = "buffer", max_item_count = 15, keyword_length = 2 }, }), }) @@ -705,7 +703,7 @@ require("nvim-treesitter.configs").setup({ ensure_installed = "all", }) ---nvim-ts-autotag +-- --nvim-ts-autotag vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(vim.lsp.diagnostic.on_publish_diagnostics, { underline = true, virtual_text = {