From 820b522113c8ad02198e00eb4e4f71611545d15b Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 14 Dec 2022 17:02:00 +0300 Subject: feat(nvim): use abbreviation reminder plugin & abbreviations https://github.com/0styx0/abbreinder.nvim reminds you when you don't use your abbreviations --- .config/nvim/lua/plugins.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.config/nvim/lua') diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 0c00437..38c1acc 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -149,6 +149,20 @@ return require('packer').startup(function(use) -- colour theme of the $CURRENT_YEAR use 'rose-pine/neovim' + -- abbreviation reminder + use { + '0styx0/abbreinder.nvim', + requires = { + { + '0styx0/abbremand.nvim', + module = 'abbremand' -- if want to lazy load + } + }, + config = function() + require'abbreinder'.setup() + end, + event = 'BufRead', -- if want lazy load + } -- search for, substitute, and abbreviate multiple variants of a word use 'tpope/vim-abolish' -- enable repeating supported plugin maps with '.' -- cgit v1.2.3-70-g09d2