chg: Add back UltiSnips

This commit is contained in:
Sayantan Santra 2024-03-21 01:17:18 -05:00
parent 216598af2f
commit eb881cd298
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F

View file

@ -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