summaryrefslogtreecommitdiffstats
path: root/.config/nvim
diff options
context:
space:
mode:
authorYigit Sever2023-05-13 13:05:23 +0300
committerYigit Sever2023-05-13 13:05:23 +0300
commit4bfee788d93a6e66cf4ccd97bd2201dfceb296d7 (patch)
treeee3878206c6184ca93c1e654486065b002a03df5 /.config/nvim
parentc0128cf2a5fe10e6ea433be9e0f5f80df2605720 (diff)
downloaddotfiles-4bfee788d93a6e66cf4ccd97bd2201dfceb296d7.tar.gz
dotfiles-4bfee788d93a6e66cf4ccd97bd2201dfceb296d7.tar.bz2
dotfiles-4bfee788d93a6e66cf4ccd97bd2201dfceb296d7.zip
nvim: purge abbreinder.nvim
diffstat (limited to '.config/nvim')
-rw-r--r--.config/nvim/lua/plugins.lua18
1 files changed, 1 insertions, 17 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 37fa6be..878920c 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -82,7 +82,7 @@ return require('packer').startup(function(use)
82 -- autopairs for neovim 82 -- autopairs for neovim
83 use 'windwp/nvim-autopairs' 83 use 'windwp/nvim-autopairs'
84 -- indent guides 84 -- indent guides
85 use "lukas-reineke/indent-blankline.nvim" 85 use 'lukas-reineke/indent-blankline.nvim'
86 86
87 -- i3 config filetype 87 -- i3 config filetype
88 use 'mboughaba/i3config.vim' 88 use 'mboughaba/i3config.vim'
@@ -127,8 +127,6 @@ return require('packer').startup(function(use)
127 127
128 -- sneak, but in l u a 128 -- sneak, but in l u a
129 use 'ggandor/leap.nvim' 129 use 'ggandor/leap.nvim'
130 -- -- jump to location by 2 characters, `
131 -- use 'justinmk/vim-sneak'
132 -- additional text objects, don't remove this ever again you fuck 130 -- additional text objects, don't remove this ever again you fuck
133 use 'wellle/targets.vim' 131 use 'wellle/targets.vim'
134 -- enhanced increment/decrement plugin ala speeddating 132 -- enhanced increment/decrement plugin ala speeddating
@@ -148,20 +146,6 @@ return require('packer').startup(function(use)
148 -- colour theme of the $CURRENT_YEAR 146 -- colour theme of the $CURRENT_YEAR
149 use { "catppuccin/nvim", as = "catppuccin" } 147 use { "catppuccin/nvim", as = "catppuccin" }
150 148
151 -- abbreviation reminder
152 use {
153 '0styx0/abbreinder.nvim',
154 requires = {
155 {
156 '0styx0/abbremand.nvim',
157 module = 'abbremand' -- if want to lazy load
158 }
159 },
160 config = function()
161 require'abbreinder'.setup()
162 end,
163 event = 'BufRead', -- if want lazy load
164 }
165 -- search for, substitute, and abbreviate multiple variants of a word 149 -- search for, substitute, and abbreviate multiple variants of a word
166 use 'tpope/vim-abolish' 150 use 'tpope/vim-abolish'
167 -- enable repeating supported plugin maps with '.' 151 -- enable repeating supported plugin maps with '.'