From eb881cd2982bc0a5188804f98f183fc7d28fdbec Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 21 Mar 2024 01:17:18 -0500 Subject: [PATCH] chg: Add back UltiSnips --- laptop/plugins.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/laptop/plugins.lua b/laptop/plugins.lua index a413ee5..e8b1e26 100644 --- a/laptop/plugins.lua +++ b/laptop/plugins.lua @@ -38,12 +38,13 @@ bootstrap_paq { -- LSP related plugins "neovim/nvim-lspconfig", "nvim-lua/plenary.nvim", - "hrsh7th/nvim-cmp", -- For LSP completion + "hrsh7th/nvim-cmp", -- For LSP completion "hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-buffer", - "hrsh7th/cmp-omni", -- For LaTeX completion + "hrsh7th/cmp-omni", -- For LaTeX completion "hrsh7th/cmp-path", "hrsh7th/cmp-cmdline", + "SirVer/UltiSnips", -- For snippets -- Support programming terms { "psliwka/vim-dirtytalk", build = ':let &rtp = &rtp | DirtytalkUpdate' }, -- vim-moonfly theme