From f1d1edce5cc401147a31369f8d880da0bf3986bd Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 24 Feb 2023 13:38:54 -0500 Subject: add completion plugins, missing configs --- nvim/lua/plugins.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'nvim/lua/plugins.lua') diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 47024bd..25fb5dd 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -29,6 +29,23 @@ return require('packer').startup(function(use) 'kdheepak/cmp-latex-symbols', requires = { 'hrsh7th/nvim-cmp' } } + use { + 'hrsh7th/cmp-emoji', + requires = { 'hrsh7th/nvim-cmp' } + } + use { + 'hrsh7th/cmp-path', + requires = { 'hrsh7th/nvim-cmp' } + } + use { + 'L3MON4D3/LuaSnip', + tag = "v1.*", + run = "make install_jsregexp" + } + use { + 'saadparwaiz1/cmp_luasnip', + requires = { {'hrsh7th/nvim-cmp'}, {'L3MON4D3/LuaSnip'}} + } -- pandoc @@ -78,6 +95,7 @@ return require('packer').startup(function(use) end } + -- cosmetic use { "catppuccin/nvim", as = "catppuccin" } -- colorscheme -- use 'kyazdani42/nvim-web-devicons' -- cgit v1.2.3