diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-24 12:10:09 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-24 12:10:09 +0200 | 
| commit | 3782113384401e6c06aa775e54fe1d8f48ca78f0 (patch) | |
| tree | cedef1dc06e93bf31467467e64878d98b8cd8f26 /nvim | |
| parent | 542d718387de8d44e338c21d928075eab87d8bda (diff) | |
feat: vim-repeat
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/plugins.lua | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 9497a80..31d9852 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -40,6 +40,9 @@ require("lazy").setup({    -- Surrounding    'tpope/vim-surround', + +  -- Better . usage +  'tpope/vim-repeat',    -- Some lsp shit    'mason-org/mason.nvim', | 
