aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-04-09 21:55:02 +0100
committerMatthew Lemon <y@yulqen.org>2023-04-09 21:55:02 +0100
commitb6704dd95e076023797299fd7de7cf40f1ba8b10 (patch)
tree2d202976338b3967f7e32a6d9e70c7dbc0093430
parent8d1bc5fbb714cc43f4ab68b961dfb674ee969c65 (diff)
Adds emoji package to telescope
-rw-r--r--nvim/lua/lemon/packer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/lemon/packer.lua b/nvim/lua/lemon/packer.lua
index d63cadc..8869f70 100644
--- a/nvim/lua/lemon/packer.lua
+++ b/nvim/lua/lemon/packer.lua
@@ -29,6 +29,7 @@ return require('packer').startup(function(use)
-- or , branch = '0.1.x',
requires = { {'nvim-lua/plenary.nvim'} }
}
+ use('xiyaowong/telescope-emoji.nvim')
use({
'rose-pine/neovim',